X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommon.php;h=b4e4a653c8360f343086681d1985175a71a0eb24;hb=794fe16d691b61ef06df6bca0a580460eafa4931;hp=00e80373eef2e1f947f38e3d54f056ca6485109e;hpb=108c51fa6859ec56269078ef9bd0459fdbd9b1ba;p=quix0rs-gnu-social.git diff --git a/lib/common.php b/lib/common.php index 00e80373ee..b4e4a653c8 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.0rc2'); +define('STATUSNET_VERSION', '0.9.0beta4'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility define('STATUSNET_CODENAME', 'Stand'); @@ -136,7 +136,6 @@ try { exit; } - // XXX: other formats here define('NICKNAME_FMT', VALIDATE_NUM.VALIDATE_ALPHA_LOWER);