From ed7451548a0e874ac3b2e029268655afab96b506 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 2 Mar 2010 00:57:09 +0100 Subject: [PATCH] Better to increment the version minor number when a VM bug is fixed... it will be simpler to understand what's going on when users will report problems with the INFO trace. --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 8273cd12..dce4eb2d 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.3" +#define REDIS_VERSION "1.3.4" #include "fmacros.h" #include "config.h" -- 2.45.2