From: Evan Prodromou Date: Thu, 30 Dec 2010 00:14:00 +0000 (-0800) Subject: update version to 0.9.7 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d8219c07be033df46781392c3e76d1b2024ee33f;p=quix0rs-gnu-social.git update version to 0.9.7 --- diff --git a/lib/common.php b/lib/common.php index cf4d6e1e70..5505dc39da 100644 --- a/lib/common.php +++ b/lib/common.php @@ -22,10 +22,13 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } //exit with 200 response, if this is checking fancy from the installer if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') { exit; } -define('STATUSNET_VERSION', '0.9.6'); +define('STATUSNET_BASE_VERSION', '0.9.7'); +define('STATUSNET_LIFECYCLE', 'dev'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release' +define('STATUSNET_VERSION', STATUSNET_BASE_VERSION . STATUSNET_LIFECYCLE); + define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility -define('STATUSNET_CODENAME', 'Man on the Moon'); +define('STATUSNET_CODENAME', 'World Leader Pretend'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);