From: antirez Date: Fri, 21 May 2010 12:00:21 +0000 (+0200) Subject: redis version is now 1.3.14 (aka 2.0.0 RC1) X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/be00fa244d9b8e107b080c756bf73d3137c3ccd1 redis version is now 1.3.14 (aka 2.0.0 RC1) --- diff --git a/redis.c b/redis.c index eab76212..dc8d84ff 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.13" +#define REDIS_VERSION "1.3.14" #include "fmacros.h" #include "config.h"