From a554e28e377e16f02b5883f04b245aec185cf764 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 22 Jun 2008 13:23:54 -0400 Subject: [PATCH] version number changed darcs-hash:20080622172354-34904-6d09d8e6cceafb348b88528fe15e907bf1244347.gz --- lib/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.php b/lib/common.php index 3a086d7c8c..83b56dcee5 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.3.2'); +define('LACONICA_VERSION', '0.3.4'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);