]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
update to beta6
authorEvan Prodromou <evan@status.net>
Fri, 26 Feb 2010 04:27:20 +0000 (23:27 -0500)
committerEvan Prodromou <evan@status.net>
Fri, 26 Feb 2010 04:27:20 +0000 (23:27 -0500)
lib/common.php

index 68723955ecc93289929d6d81330932a69f259c50..2dbe3b3c531ba481060854e7a7ad0f0d66b8ac65 100644 (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.0beta5');
+define('STATUSNET_VERSION', '0.9.0beta6');
 define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
 
 define('STATUSNET_CODENAME', 'Stand');