diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-29 16:28:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-29 16:28:39 -0400 |
commit | f66e996073b296ecbcaa76ac2fdb2378508bc2ac (patch) | |
tree | fc9ca92024dfcf33a9c80fa301215d0061e0b786 /lib/common.php | |
parent | 4baef3624384bb1a72ddc0937cb2bae0ee6809b2 (diff) |
Update version number to 0.7.4
Updated the version number to 0.7.4, added the new song title, and
documented the changes since 0.7.3.
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 8f95c2361..01d2c78ea 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.3'); +define('LACONICA_VERSION', '0.7.4'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |