From: Evan Prodromou Date: Tue, 1 Jul 2008 18:53:05 +0000 (-0400) Subject: change version number X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c6ddd4268b72c81ac01d7f7dd7cbf5520d0bf934;p=quix0rs-gnu-social.git change version number Update the version number. darcs-hash:20080701185305-34904-482a2392e60f26ca80147798cb39d955414050cb.gz --- 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);