From 26ef09a83526e5099bcea5f035401532a61b24ab Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 16 May 2010 19:17:43 +0200 Subject: [PATCH] Redis version is now 1.3.12 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 2b2d0c24a..eddbc26bc 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"