summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-04 13:18:41 -0500
committerEvan Prodromou <evan@status.net>2010-03-04 13:18:41 -0500
commitf7f7f167d6dae9b6fd83ca722378728e6378018d (patch)
tree5739685d52a9d32ef2ec88f4bc0734963bfe7e60
parent046e2b7dc726338d2cc3208016469ecd59d4a23e (diff)
update version number
-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');