]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
OStatus: reject attempts to create a remote profile for a local user or group.
[quix0rs-gnu-social.git] / lib / common.php
index 68723955ecc93289929d6d81330932a69f259c50..5d53270e30b85ac97682d1e0a5438ca43891ecf9 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.0');
 define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
 
 define('STATUSNET_CODENAME', 'Stand');