From 9e08e1b9edc480f6162c310ec44a3ec873ec2658 Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 16 May 2010 19:15:12 +0200 Subject: [PATCH] redis version is now 1.3.11 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 8e93a70f..2b2d0c24 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.10" +#define REDIS_VERSION "1.3.11" #include "fmacros.h" #include "config.h" -- 2.47.2