summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-04 14:44:38 -0800
committerBrion Vibber <brion@pobox.com>2010-03-04 14:44:38 -0800
commit2f41e9333902ec3c777eab6f6264523ff85dcf7b (patch)
treea1b05cfccb0c88e78c20575536f2eb6d760704fa /lib
parent3060bdafc57fcd32b68388d3ffc341634f0b3d55 (diff)
parent980d1a66ec0bb5b42ddb39e253fba9bad1b41aca (diff)
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib')
-rw-r--r--lib/common.php2
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');