]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
update to rc2
authorEvan Prodromou <evan@status.net>
Wed, 23 Dec 2009 00:41:39 +0000 (16:41 -0800)
committerEvan Prodromou <evan@status.net>
Wed, 23 Dec 2009 00:41:39 +0000 (16:41 -0800)
lib/common.php

index 9b3ded037b3701d305e5db20a5f0ed8abb7ee58a..7fa1910af86cd78870c2847fdf2479019f837f1c 100644 (file)
@@ -20,9 +20,9 @@
 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; } 
+if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') {  exit; }
 
-define('STATUSNET_VERSION', '0.9.0rc1');
+define('STATUSNET_VERSION', '0.9.0rc2');
 define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
 
 define('STATUSNET_CODENAME', 'Stand');