diff options
author | Federico Marani <federico.marani@ymail.com> | 2009-03-28 13:52:01 +0000 |
---|---|---|
committer | Federico Marani <federico.marani@ymail.com> | 2009-03-28 13:52:01 +0000 |
commit | 4b3f022fc2ff142e6d1cb6740b7f89108cfda292 (patch) | |
tree | a7e0f0e6730a02e6a2fc6196bbeabcb1b932baae /lib/common.php | |
parent | 420c3613049bec1360cdeb1f50283b239adf23d3 (diff) | |
parent | 8c073a34ce472fc8d0385659a222339a5ba4254a (diff) |
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Conflicts:
lib/jabber.php
Diffstat (limited to 'lib/common.php')
-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 44ed270d7..1ca9e521b 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.2'); +define('LACONICA_VERSION', '0.7.2.1'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |