From 7b7f987e9184645f64f766b7f8f7eb02a9a69552 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 18 Mar 2010 16:55:49 +0100 Subject: [PATCH] Redis 1.3.6 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 3f09763fb..a7532baca 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.5" +#define REDIS_VERSION "1.3.6" #include "fmacros.h" #include "config.h"