Update release notes and version number for 0.9.2

This commit is contained in:
Zachary Copley
2010-04-20 15:01:23 -07:00
parent c48caa85e1
commit 98f0d970da
2 changed files with 26 additions and 29 deletions

View File

@@ -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');