summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-05-29 16:28:39 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-05-29 16:28:39 -0400
commitf66e996073b296ecbcaa76ac2fdb2378508bc2ac (patch)
treefc9ca92024dfcf33a9c80fa301215d0061e0b786 /lib
parent4baef3624384bb1a72ddc0937cb2bae0ee6809b2 (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')
-rw-r--r--lib/common.php2
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);