]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update codename in common.php
authorBrion Vibber <brion@pobox.com>
Thu, 29 Apr 2010 23:08:20 +0000 (16:08 -0700)
committerBrion Vibber <brion@pobox.com>
Thu, 29 Apr 2010 23:08:20 +0000 (16:08 -0700)
lib/common.php

index b29719b75c9d9f54f12811a38325ae70b6a8dc80..064f6f73a694b65166629dc4e507203355b8893a 100644 (file)
@@ -25,7 +25,7 @@ if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') {  exit; }
 define('STATUSNET_VERSION', '0.9.2');
 define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
 
-define('STATUSNET_CODENAME', 'Everybody Hurts');
+define('STATUSNET_CODENAME', 'King of Birds');
 
 define('AVATAR_PROFILE_SIZE', 96);
 define('AVATAR_STREAM_SIZE', 48);