diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 08:15:40 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 08:15:40 +0100 |
commit | aadf10cedb891d57bc736da5376e390c8eaa94fe (patch) | |
tree | 8a74f664c7e02282cd8675e0d1778f903cce662c /lib | |
parent | 50ec1cc26ec1c27a2d80dcab27214aa6e7a6416f (diff) |
Update version number
Diffstat (limited to 'lib')
-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); |