diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-12 12:45:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-12 12:45:03 -0400 |
commit | 0b436ec99747d9f8bc5962798993d166a42123a9 (patch) | |
tree | 8e90bc1cc7a9c6cb3dcf707a2e02fa06bc8349e5 /lib/common.php | |
parent | 75f2095a0009b3a3414ec6063e24256b83fd7030 (diff) |
update version number to 0.7.2.10.7.2.1
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 44ed270d7..1ca9e521b 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.2'); +define('LACONICA_VERSION', '0.7.2.1'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |