diff options
author | Evan Prodromou <evan@status.net> | 2010-02-01 13:44:06 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-01 13:44:06 -0500 |
commit | f964357de944e79ffbca062c60240f7784d98f08 (patch) | |
tree | 40aba80576ce51e0e2c3d2473618bea358146e29 /lib | |
parent | fba4153346435026976193a7d38e6042b863733d (diff) |
readme and version for beta50.9.0beta5
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'); |