diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-04 14:44:38 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-04 14:44:38 -0800 |
commit | 2f41e9333902ec3c777eab6f6264523ff85dcf7b (patch) | |
tree | a1b05cfccb0c88e78c20575536f2eb6d760704fa /lib/common.php | |
parent | 3060bdafc57fcd32b68388d3ffc341634f0b3d55 (diff) | |
parent | 980d1a66ec0bb5b42ddb39e253fba9bad1b41aca (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 6c01c7db4..047dc5a7b 100644 --- a/lib/common.php +++ b/lib/common.php @@ -22,7 +22,7 @@ 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.0beta6+bugfix1'); +define('STATUSNET_VERSION', '0.9.0'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility define('STATUSNET_CODENAME', 'Stand'); |