diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 23:02:55 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 23:02:55 -0400 |
commit | 8f40a1a30c44b5aa3fefb705f1343b691778bf02 (patch) | |
tree | 3cc205cbf988ab6ebe4e7a142e0e80e76b51d474 /lib/common.php | |
parent | 00dfdb3f3ab80383411f56952ac170dd38afbb7a (diff) |
Update README and common for new version
Update versions in README, add the new song title, and update the
version stamp in the common.php file.
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 c2037c3ad..b3882d207 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.2.1'); +define('LACONICA_VERSION', '0.7.3'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |