diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-06 00:07:13 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-06 00:07:13 -0400 |
commit | 67184b3375d18878dbafe857cf19eac9f934b577 (patch) | |
tree | 101acc829b0ee2f03b1e3ae245fca6a26380f45f | |
parent | 728f6f24a8544a2e5bfa1b8f4c39cd5fda468bdd (diff) |
increment the version0.6.1
darcs-hash:20081006040713-5ed1f-da7f2235b5301c1889922f5c133c01920a316c57.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 015ecd639..b91b695d8 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.0'); +define('LACONICA_VERSION', '0.6.1'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |