]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Bump version/string: 0.9.6 "Man on the Moon"
authorBrion Vibber <brion@pobox.com>
Mon, 18 Oct 2010 21:49:02 +0000 (14:49 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 18 Oct 2010 21:49:02 +0000 (14:49 -0700)
lib/common.php

index 236f2d68a744c77be457e79b57e5d3113ed3e3ae..c2117164c65aa6969e069810c20f081df8ad02aa 100644 (file)
@@ -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.5');
+define('STATUSNET_VERSION', '0.9.6');
 define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
 
-define('STATUSNET_CODENAME', 'What\'s The Frequency, Kenneth?');
+define('STATUSNET_CODENAME', 'Man on the Moon');
 
 define('AVATAR_PROFILE_SIZE', 96);
 define('AVATAR_STREAM_SIZE', 48);