From: Evan Prodromou Date: Wed, 2 Jul 2008 18:38:39 +0000 (-0400) Subject: bump the version number X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=18849f46e9d89ee67c30f35c791d701847eb533d;p=quix0rs-gnu-social.git bump the version number darcs-hash:20080702183839-34904-540719c718ab29fc4d808e0d8b1b65b53c2f3b0b.gz --- diff --git a/lib/common.php b/lib/common.php index 5525ede08a..691d339536 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.4.0'); +define('LACONICA_VERSION', '0.4.1'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48);