From a96ffc6641ae91e1291e30a4af7570d6aa0c5945 Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 21 Nov 2009 16:40:08 +0100 Subject: [PATCH] version incremented up to 1.06 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 14861c34..d1d3010f 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.050" +#define REDIS_VERSION "1.06" #include "fmacros.h" #include "config.h"