From: Evan Prodromou Date: Mon, 19 Oct 2009 21:30:08 +0000 (-0400) Subject: new codename for 0.8.2 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=728a146ec04acc853c4fd32a44fef6adbee517c2;p=quix0rs-gnu-social.git new codename for 0.8.2 --- diff --git a/README b/README index 7562199811..c98090b4be 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ README ------ -StatusNet 0.8.1 ("Second Guessing") +StatusNet 0.8.2 ("Life and How to Live It") 26 Aug 2009 This is the README file for StatusNet (formerly Laconica), the Open diff --git a/lib/common.php b/lib/common.php index 0b4e031845..3de567cd93 100644 --- a/lib/common.php +++ b/lib/common.php @@ -22,7 +22,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } define('STATUSNET_VERSION', '0.8.2dev'); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility -define('STATUSNET_CODENAME', 'Second Guessing'); +define('STATUSNET_CODENAME', 'Life and How to Live It'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);