From: Evan Prodromou Date: Thu, 8 Jan 2009 21:39:06 +0000 (-0500) Subject: Increment version number X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a7d73ed6bf07fd8f2a846ac4cb3cd545a8225ff;p=quix0rs-gnu-social.git Increment version number --- diff --git a/lib/common.php b/lib/common.php index 5a28c30913..f7308d0b44 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);