diff options
author | Evan Prodromou <evan@status.net> | 2009-10-19 17:30:08 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-19 17:30:08 -0400 |
commit | 728a146ec04acc853c4fd32a44fef6adbee517c2 (patch) | |
tree | e3b643dd3058cec5b77feac7ab967dea0b6b600e /lib | |
parent | fe1ae3a47edb09e3fd144589f095bfc40637ca2a (diff) |
new codename for 0.8.2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 0b4e03184..3de567cd9 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); |