diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-23 23:37:23 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-23 23:37:23 -0500 |
commit | f2d9e40787c531e62ccf2bb4d07f1189e674e50a (patch) | |
tree | 049b5f1edba867436db2cf3dd3d5b2c8d1aff055 /lib | |
parent | ac720f99a2b508fd145886f22bf82dba088e6963 (diff) |
README for new version
darcs-hash:20081124043723-84dde-289b6415c59eb6955d0a8d3c74bbbdb225b01a02.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 e710ce484..f7fcffc1c 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.2'); +define('LACONICA_VERSION', '0.6.3'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |