diff options
author | Evan Prodromou <evan@status.net> | 2010-03-28 11:39:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-28 11:39:56 -0400 |
commit | ddc71b6637573831ee9e9799e4e48ca2e90d5203 (patch) | |
tree | 46ccf89e8d3e79018745937721ac4eb846db4d56 /lib/common.php | |
parent | 29566c5d4b17eb42d3f69bb6b8e74259ee4218fb (diff) |
update README and version number0.9.1
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 50cf5c99c..8d2e6b420 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.1rc1'); +define('STATUSNET_VERSION', '0.9.1'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility define('STATUSNET_CODENAME', 'Everybody Hurts'); |