diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-16 12:58:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-16 12:58:07 -0400 |
commit | ca5753255f19a9a584b9a68a190a5901f79375ce (patch) | |
tree | 471072144be69448a123fcbd73b2297f424f845e /lib/common.php | |
parent | 8521f1c4ac19203f71d5ca006ab0ebae091c66d9 (diff) | |
parent | 546ab05dba507b67f40eff9aa17f684e2f9f244b (diff) |
Merge branch '0.8.x' into stats
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 2c60b0442..37744ebd4 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.3'); +define('LACONICA_VERSION', '0.8.0dev'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |