summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-08-16 16:56:27 -0700
committerBrion Vibber <brion@pobox.com>2010-08-16 16:56:27 -0700
commit0cfaae48a34da0307c0e713164ebbf5440cb3de0 (patch)
tree2d9d44ee20aa4b6e718f2a96955291ec5931b034 /lib/common.php
parent341b935acc0111bc2bfa69be5687c4e6f255d8ce (diff)
parenta68c10280fd66f1a6e8d7a776bacfcf38907afa6 (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 570666da7..422a639b8 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.4beta2');
+define('STATUSNET_VERSION', '0.9.4');
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
define('STATUSNET_CODENAME', 'Orange Crush');