diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 08:52:24 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 08:52:24 +0000 |
commit | 0aa2cb35f19fa52160331e9a3846fc9a37a8bc98 (patch) | |
tree | 1612445f9c7657f8800191be46312e0ed4e1a5aa /lib/common.php | |
parent | 6c9bbdb56174f106ceeebab9a4b6f0ee452ee17f (diff) | |
parent | 9c5ab86d0e9fd318eaa3767651975d85a9ffce1a (diff) |
Merge branch 'master' of ../trunk
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 1068d4c13..a2f9b9bfe 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.4.1'); +define('LACONICA_VERSION', '0.7.0'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |