summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-27 15:05:34 -0500
committerEvan Prodromou <evan@status.net>2010-02-27 15:05:34 -0500
commit45a6ecf26dae0dfc2ba4f9f968794e87cdf68ecb (patch)
treea6ed595d734b7413385878bf20bf73ed3387076b /lib
parent31ecc8619830746cadada92b5d7ab83c529bf3b3 (diff)
parent55f27feb78a8ae5c6a829623f89bf3f89016aa08 (diff)
Merge branch 'master' into testing
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 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');