diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-06 15:35:29 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-06 15:35:29 -0500 |
commit | 60f737dc1eb2f126bae28ce095bc2d17a22bd7d9 (patch) | |
tree | 321a7575127d34961f05d5bd2e89417fbd889694 /lib/common.php | |
parent | 26053c186850a202d560c241ddc4e84106c46874 (diff) |
Update README and version number0.7.1
README and version number.
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 482800876..5b4e3c40c 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.0'); +define('LACONICA_VERSION', '0.7.1'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |