diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-04 10:24:42 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-04 10:24:42 -0800 |
commit | e1f0d9ff396111830dfa16a6249716baba8dfd81 (patch) | |
tree | 04703b29f7146cf5507610cf66d03fafd899849a /lib | |
parent | 7bd0b8e17ebee9f1b582ac7dd5032562216f9ad0 (diff) | |
parent | 1f15e52483366f834ea06e951b077d03f72bfaea (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
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 546f6bbe4..5d53270e3 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.0beta6+bugfix1'); +define('STATUSNET_VERSION', '0.9.0'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility define('STATUSNET_CODENAME', 'Stand'); |