From de8c65902603f87fe170d3c22941fc4aea49ab0d Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 1 Jul 2010 20:27:43 +0200 Subject: [PATCH] Version is now 1.3.15 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index f191364993..300ab3dea3 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.14" +#define REDIS_VERSION "1.3.15" #include "fmacros.h" #include "config.h"