From: antirez Date: Mon, 1 Mar 2010 23:57:09 +0000 (+0100) Subject: Better to increment the version minor number when a VM bug is fixed... it will be... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/ed7451548a0e874ac3b2e029268655afab96b506 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. --- 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"