From 655f79a9330549eb1ec23ebf23c3a78d398bfb67 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 29 Jul 2010 13:15:31 +0200 Subject: [PATCH] Verison is now 1.3.17, that is 2.0.0 RC4 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 2dc5e5cf..1562a047 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.16" +#define REDIS_VERSION "1.3.17" #include "fmacros.h" #include "config.h"