From: Evan Prodromou Date: Tue, 18 Nov 2008 17:32:50 +0000 (-0500) Subject: update version number in common.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4b5158dd4db75f3c277d7b2ed383615ecf3c5117;p=quix0rs-gnu-social.git update version number in common.php darcs-hash:20081118173250-34904-ebde2dda47e743d5728a3ff9f556a8945b734009.gz --- diff --git a/lib/common.php b/lib/common.php index 63ea37b895..72965a3581 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.1'); +define('LACONICA_VERSION', '0.6.2'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);