summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-26 10:43:44 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-26 10:43:44 -0400
commit6d0a26a407253cc4a2bfefaca56163e5071117fc (patch)
tree75af707e9d957908ad4d0dda1d09a2ed84780a5e /lib/common.php
parentdf86aa721455fde537608d5faeaaf92075afb738 (diff)
define LACONICA_VERSION for backwards compatibility
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 030d560aa..3ad1377ee 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -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);