diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-08 16:39:06 -0500 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-08 16:39:06 -0500 |
commit | 2a7d73ed6bf07fd8f2a846ac4cb3cd545a8225ff (patch) | |
tree | cbdd24c3226779aee913b7644df05f1b8264fdce | |
parent | 1ef42babb510fda318cf48ff5290a51ea189049a (diff) |
Increment version number0.6.4.3
-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 5a28c3091..f7308d0b4 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.4.1'); +define('LACONICA_VERSION', '0.6.4.3'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |