diff options
author | Evan Prodromou <evan@status.net> | 2010-02-01 11:47:57 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-01 11:47:57 -0500 |
commit | 9376320c472cb609a66c12e0cd3ac1c4e32c08bd (patch) | |
tree | 70bd224de89c9c6193052fdb0d077ead9c0f8030 /lib/common.php | |
parent | 54ab4048062471b022061dee257456a46973de50 (diff) |
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 151b31d80..4e5d7d592 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.7.4'); +define('LACONICA_VERSION', '0.7.5'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |