diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-23 00:54:49 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-23 00:54:49 -0400 |
commit | 27b7987b3ce527799a6fbe5b2b9eab0b1030eca5 (patch) | |
tree | a6658bf66bda3260b92c815c63227377ef567337 /lib | |
parent | d2fb829296f61bdd4bef281db440bdba67840554 (diff) |
version number -- doh!
darcs-hash:20080923045449-5ed1f-073632fdff95f4869730d01d57cfdb83b31401a9.gz
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 b892d2c15..60c820ee6 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.5.0'); +define('LACONICA_VERSION', '0.6.0'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |