summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZachary Copley <zcopley@danube.local>2010-04-20 15:01:23 -0700
committerZachary Copley <zcopley@danube.local>2010-04-20 15:01:23 -0700
commit98f0d970da98e5b6de18972d033320a191152eb4 (patch)
treecc307a90ec8a14086a82c972ad291b06726ea699 /lib
parentc48caa85e12063c2df9913957dbd11af6b5e3ea6 (diff)
Update release notes and version number for 0.9.2
Diffstat (limited to 'lib')
-rw-r--r--lib/common.php2
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');