diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-12-20 15:48:52 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-12-20 15:48:52 -0500 |
commit | 29b6858f23482d909ed2cccbccf69844e3209380 (patch) | |
tree | bf60253b9845d4f73319a1766c0b7023dd2881a3 | |
parent | 9d7a567ecc3f91ba5a0f1fe0ffd20add77687e73 (diff) |
bugpatch release code0.6.4.1
darcs-hash:20081220204852-34904-d63d2050408db9eeaea0af8e81c5b5c9e0c8f227.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 b8ecbe151..5a28c3091 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.4'); +define('LACONICA_VERSION', '0.6.4.1'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |