From 8879cbfe600cd6849f95c4bc7234f72f6e7331d4 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 15 Dec 2009 16:27:13 -0500 Subject: [PATCH] version is now 1.1.92 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index b200b762..8b5e1234 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.1.91" +#define REDIS_VERSION "1.1.92" #include "fmacros.h" #include "config.h"