diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-07-02 14:38:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-07-02 14:38:39 -0400 |
commit | 18849f46e9d89ee67c30f35c791d701847eb533d (patch) | |
tree | 7ad0f7961c487a78feb6a929827f621f86526c5b | |
parent | 7a8825568193b944135fe34d91cf7d6712e46eab (diff) |
bump the version number0.4.1
darcs-hash:20080702183839-34904-540719c718ab29fc4d808e0d8b1b65b53c2f3b0b.gz
-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 5525ede08..691d33953 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.4.0'); +define('LACONICA_VERSION', '0.4.1'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |