From 27b7987b3ce527799a6fbe5b2b9eab0b1030eca5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 23 Sep 2008 00:54:49 -0400 Subject: [PATCH] version number -- doh! darcs-hash:20080923045449-5ed1f-073632fdff95f4869730d01d57cfdb83b31401a9.gz --- lib/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.php b/lib/common.php index b892d2c156..60c820ee6e 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);