diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 18:22:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 18:22:46 -0400 |
commit | 03ccb74052ccec209adedfcd9daf4648905b322b (patch) | |
tree | 26a5f1d6c68e31512937a7112d9d24a9da5abc19 /lib | |
parent | efd94b4e5423c72a65cdd6acd252e5d00ec98967 (diff) |
0.9.0 dev version
Diffstat (limited to 'lib')
-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 832667d81..d3f7f1b2b 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.8.0'); +define('LACONICA_VERSION', '0.9.0dev'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |