From c6ddd4268b72c81ac01d7f7dd7cbf5520d0bf934 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Jul 2008 14:53:05 -0400 Subject: [PATCH] change version number Update the version number. darcs-hash:20080701185305-34904-482a2392e60f26ca80147798cb39d955414050cb.gz --- lib/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.php b/lib/common.php index fbbcce5c30..5525ede08a 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.3.5'); +define('LACONICA_VERSION', '0.4.0'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);