From c9c7ecad960ac09fdbfae687f01a4f395d14d609 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 22 Jul 2010 16:17:19 +0200 Subject: [PATCH] version is now 1.3.16 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 3c72d9cc..b62ce0c6 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.15" +#define REDIS_VERSION "1.3.16" #include "fmacros.h" #include "config.h"