diff options
author | Evan Prodromou <evan@status.net> | 2010-02-01 13:44:06 -0500 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-08 14:07:31 -0800 |
commit | 9cac8eaae5315f64e024d22119bc627e9bdd6141 (patch) | |
tree | 3afbd43c9bb20ea9de93ef468b411be3951f71f9 /lib | |
parent | c83d0b5e98fc6e59632a0fa1335b3586996929e2 (diff) |
readme and version for beta5
Diffstat (limited to 'lib')
-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 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'); |