summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-04 13:28:53 -0500
committerSarven Capadisli <csarven@status.net>2010-03-04 13:28:53 -0500
commit9cedb154b487435c54ee7c3386d30a0f8fdea5f6 (patch)
tree67ed626462b739e21038dc2ad6de3d64fd79698a /lib/common.php
parent15aaae67d68baf3f65970e38b41a26cb516a085a (diff)
parente1f0d9ff396111830dfa16a6249716baba8dfd81 (diff)
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 546f6bbe4..5d53270e3 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');