summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-27 17:07:57 -0500
committerEvan Prodromou <evan@status.net>2010-02-27 17:07:57 -0500
commitf00e8bbf47e3ea93578c5bfaba8d1d0460526086 (patch)
treec60faae494a2e43bdf45e7508c4ac2bd763399b5 /lib/common.php
parentb701f5648d944cbb74748c48ea399b226eafc525 (diff)
parent04c4facba9230f40726c5891dcac21d928fbb2ab (diff)
Merge branch 'testing' into 0.9.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 2dbe3b3c5..546f6bbe4 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.0beta6');
+define('STATUSNET_VERSION', '0.9.0beta6+bugfix1');
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
define('STATUSNET_CODENAME', 'Stand');