X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fcommon.php;h=897d08b77d8bf87c4c831de676a77c18318ba489;hb=3c28464daba8cbb2d8362c38ebb8e2c41ff5049f;hp=b95cd11752c1281f902c492a2e99da771f778699;hpb=9cac8eaae5315f64e024d22119bc627e9bdd6141;p=quix0rs-gnu-social.git diff --git a/lib/common.php b/lib/common.php index b95cd11752..897d08b77d 100644 --- a/lib/common.php +++ b/lib/common.php @@ -22,10 +22,10 @@ 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.4beta2'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility -define('STATUSNET_CODENAME', 'Stand'); +define('STATUSNET_CODENAME', 'Orange Crush'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);