forked from GNUsocial/gnu-social
define LACONICA_VERSION for backwards compatibility
This commit is contained in:
parent
df86aa7214
commit
6d0a26a407
@ -20,6 +20,7 @@
|
||||
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
|
||||
|
||||
define('STATUSNET_VERSION', '0.8.1pre1');
|
||||
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
|
||||
|
||||
define('AVATAR_PROFILE_SIZE', 96);
|
||||
define('AVATAR_STREAM_SIZE', 48);
|
||||
|
Loading…
Reference in New Issue
Block a user