diff options
author | Evan Prodromou <evan@status.net> | 2010-01-27 21:59:38 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-27 21:59:38 -0500 |
commit | ee4ea3f3e1eb64df2dd3ba677f5201f8787482a8 (patch) | |
tree | e36ba59004cdbffefc9b7e169c3d8a49593526ca /lib/common.php | |
parent | c805a5e51874aa231c728c14402542648edb24bf (diff) |
increment software beta version
Diffstat (limited to 'lib/common.php')
-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 ada48b339..b4e4a653c 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.0beta3'); +define('STATUSNET_VERSION', '0.9.0beta4'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility define('STATUSNET_CODENAME', 'Stand'); |