diff options
author | Brion Vibber <brion@pobox.com> | 2010-08-16 16:56:15 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-08-16 16:56:15 -0700 |
commit | a68c10280fd66f1a6e8d7a776bacfcf38907afa6 (patch) | |
tree | 86b66784d5fdeecfef3af4d6136d7ef36c334053 /lib | |
parent | 466e3f7f7026227347db4ebdcf821789a3f6e563 (diff) | |
parent | b2a5e0d09b6ef93c265fe4542725de4a7472b103 (diff) |
Merge branch 'master' into 0.9.x
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 897d08b77..097f19268 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.4beta2'); +define('STATUSNET_VERSION', '0.9.4'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility define('STATUSNET_CODENAME', 'Orange Crush'); |