From 61c38ac53138e489d7e7260cc4d931b71c9c22ea Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 2 Sep 2009 11:37:01 +0200 Subject: [PATCH] Redis version pushed to 1.0 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 607c827a..695fca3c 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "0.900" +#define REDIS_VERSION "1.000" #include "fmacros.h" #include "config.h"