From: Evan Prodromou Date: Fri, 23 Jan 2009 07:15:40 +0000 (+0100) Subject: Update version number X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aadf10cedb891d57bc736da5376e390c8eaa94fe;p=quix0rs-gnu-social.git Update version number --- diff --git a/lib/common.php b/lib/common.php index 1068d4c135..a2f9b9bfe7 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.4.1'); +define('LACONICA_VERSION', '0.7.0'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);