From: antirez Date: Sun, 16 May 2010 17:17:43 +0000 (+0200) Subject: Redis version is now 1.3.12 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/26ef09a83526e5099bcea5f035401532a61b24ab Redis version is now 1.3.12 --- diff --git a/redis.c b/redis.c index 2b2d0c24..eddbc26b 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.11" +#define REDIS_VERSION "1.3.12" #include "fmacros.h" #include "config.h"