diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 23:06:23 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 23:06:23 -0400 |
commit | c21335384e1ee4d078fd1c80db6c2377c133a556 (patch) | |
tree | b7b8a575120a9f2f1874e60df951fde4cb59af85 /lib/common.php | |
parent | 5666f0e0bd4134dfb86105f814bd4b32a6d8cea8 (diff) | |
parent | 8f40a1a30c44b5aa3fefb705f1343b691778bf02 (diff) |
Merge branch '0.7.x'0.7.3pre1
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index c2037c3ad..b3882d207 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.2.1'); +define('LACONICA_VERSION', '0.7.3'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |