diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 11:01:58 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 11:01:58 -0400 |
commit | d08a2761f2d1d4ee568dd7846ae8b03668497b45 (patch) | |
tree | 986cc381f49e4b1751f51d4d7e4357beaf679b6c | |
parent | 1e0455b9840757c6d01e03e270be4ed8781a9b55 (diff) |
update version0.3.2
darcs-hash:20080619150158-5ed1f-e488de5630d8ca131b3ad95c6701bfb3c1e5d569.gz
-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 bcb9d52ce..7435b0f4a 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.3.0'); +define('LACONICA_VERSION', '0.3.2'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |