From: Evan Prodromou Date: Fri, 30 Sep 2011 14:19:54 +0000 (-0400) Subject: It's the End of the World as We Know It (And I Feel Fine) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9c2e454901237437f8a8f116d70f6cc880dde24e;p=quix0rs-gnu-social.git It's the End of the World as We Know It (And I Feel Fine) We had planned to change over to using Beastie Boys song titles for the 1.x series of StatusNet releases, but with the end of REM last week, the team thought naming one last StatusNet version after an REM song was a nice tribute, and a good way to announce what we think this release means. --- diff --git a/lib/framework.php b/lib/framework.php index 642617564c..a11abdff4e 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -20,12 +20,12 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } define('STATUSNET_BASE_VERSION', '1.0.0'); -define('STATUSNET_LIFECYCLE', 'rc1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release' +define('STATUSNET_LIFECYCLE', ''); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release' define('STATUSNET_VERSION', STATUSNET_BASE_VERSION . STATUSNET_LIFECYCLE); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility -define('STATUSNET_CODENAME', 'The Sounds of Science'); +define('STATUSNET_CODENAME', 'It\'s the End of the World as We Know It'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);