diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-11 22:28:42 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-11 22:28:42 -0400 |
commit | 254e5e502017dad767a6b57aa2c5c9422d6e02e5 (patch) | |
tree | 5a0bd2f477d81a155d29e5b3c4bd62a99ea8886c /lib/common.php | |
parent | dfd9e318599a527e2b8ad9b3374143cfcdd02fda (diff) |
Update README and version number0.7.2
Update the README and the version number for this release.
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 7739d9475..44ed270d7 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.1'); +define('LACONICA_VERSION', '0.7.2'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |