From 9c2e454901237437f8a8f116d70f6cc880dde24e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 30 Sep 2011 10:19:54 -0400 Subject: [PATCH] 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. --- lib/framework.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5