]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
It's the End of the World as We Know It (And I Feel Fine)
authorEvan Prodromou <evan@status.net>
Fri, 30 Sep 2011 14:19:54 +0000 (10:19 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 30 Sep 2011 14:19:54 +0000 (10:19 -0400)
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

index 642617564c8677d92f7ab6ea89310a27617fcee7..a11abdff4ef88e3a59b8a886bc62f9e2a2c00ae7 100644 (file)
 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);