From: Evan Prodromou Date: Wed, 23 Mar 2011 18:34:32 +0000 (-0400) Subject: add a fix1 to the version number X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd4d535d9175f9491c756779fc2f9e451aec7feb;p=quix0rs-gnu-social.git add a fix1 to the version number --- diff --git a/lib/common.php b/lib/common.php index 473956478d..17375c4b62 100644 --- a/lib/common.php +++ b/lib/common.php @@ -23,7 +23,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') { exit; } define('STATUSNET_BASE_VERSION', '0.9.7'); -define('STATUSNET_LIFECYCLE', ''); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', '' for release +define('STATUSNET_LIFECYCLE', 'fix1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', '' for release define('STATUSNET_VERSION', STATUSNET_BASE_VERSION . STATUSNET_LIFECYCLE); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility