]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
update README and version number
[quix0rs-gnu-social.git] / lib / common.php
index 50cf5c99c3823b01f41c6d5ac16220a8614dd41e..8d2e6b420bc3bddd838a6391ffaec9039f4c964b 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.1rc1');
+define('STATUSNET_VERSION', '0.9.1');
 define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
 
 define('STATUSNET_CODENAME', 'Everybody Hurts');