update version in, and add codename to, lib/common
This commit is contained in:
parent
dffeb0b3b6
commit
089148d286
@ -19,9 +19,11 @@
|
||||
|
||||
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
|
||||
|
||||
define('STATUSNET_VERSION', '0.8.1pre1');
|
||||
define('STATUSNET_VERSION', '0.8.1');
|
||||
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
|
||||
|
||||
define('STATUSNET_CODENAME', 'Second Guessing');
|
||||
|
||||
define('AVATAR_PROFILE_SIZE', 96);
|
||||
define('AVATAR_STREAM_SIZE', 48);
|
||||
define('AVATAR_MINI_SIZE', 24);
|
||||
|
Loading…
Reference in New Issue
Block a user