From 7c8163b85bce72a789e2c80becd6f1596d371863 Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 27 Dec 2009 16:26:51 -0500 Subject: [PATCH] Version changed to 1.3.0, welcome to the new unstable --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 98e4a909..a97427cc 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.1.95" +#define REDIS_VERSION "1.3.0" #include "fmacros.h" #include "config.h"