From d07ffa178d913a6c5a82f822a4c5b55535bcfda3 Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 29 Nov 2009 10:44:25 +0100 Subject: [PATCH] Version chagned to 1.100, also known as the first first 2.0 beta version --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 81a8ee2d..f4eb1c49 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.07" +#define REDIS_VERSION "1.100" #include "fmacros.h" #include "config.h"