diff options
author | Zachary Copley <zcopley@danube.local> | 2010-04-20 15:01:23 -0700 |
---|---|---|
committer | Zachary Copley <zcopley@danube.local> | 2010-04-20 15:01:23 -0700 |
commit | 98f0d970da98e5b6de18972d033320a191152eb4 (patch) | |
tree | cc307a90ec8a14086a82c972ad291b06726ea699 /lib/common.php | |
parent | c48caa85e12063c2df9913957dbd11af6b5e3ea6 (diff) |
Update release notes and version number for 0.9.2
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 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'); |