diff options
author | Zachary Copley <zcopley@danube.local> | 2010-04-20 15:01:23 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-04-29 16:06:04 -0700 |
commit | a5761dd814e385c8479708334d884522dfa614a9 (patch) | |
tree | fbf7e00f70306eba6d20dc09fa20a511beb0e09a /lib | |
parent | ae2986527ce749f22b38f7d1cb9034366ea55566 (diff) |
Update release notes and version number for 0.9.2
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 8d2e6b420..b29719b75 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.1'); +define('STATUSNET_VERSION', '0.9.2'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility define('STATUSNET_CODENAME', 'Everybody Hurts'); |