summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-01 13:44:06 -0500
committerEvan Prodromou <evan@status.net>2010-02-01 13:44:06 -0500
commitf964357de944e79ffbca062c60240f7784d98f08 (patch)
tree40aba80576ce51e0e2c3d2473618bea358146e29 /lib/common.php
parentfba4153346435026976193a7d38e6042b863733d (diff)
readme and version for beta50.9.0beta5
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 b482464aa..b95cd1175 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.0beta4');
+define('STATUSNET_VERSION', '0.9.0beta5');
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
define('STATUSNET_CODENAME', 'Stand');