diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 10:43:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 10:43:44 -0400 |
commit | 6d0a26a407253cc4a2bfefaca56163e5071117fc (patch) | |
tree | 75af707e9d957908ad4d0dda1d09a2ed84780a5e | |
parent | df86aa721455fde537608d5faeaaf92075afb738 (diff) |
define LACONICA_VERSION for backwards compatibility
-rw-r--r-- | lib/common.php | 1 |
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); |