From: antirez Date: Wed, 21 Apr 2010 07:54:21 +0000 (+0200) Subject: version 1.3.10 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/188714211af246b96f46a2e598c66fee95c52375?ds=inline version 1.3.10 --- diff --git a/redis.c b/redis.c index 53d5c215..1d3958ab 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.8" +#define REDIS_VERSION "1.3.10" #include "fmacros.h" #include "config.h"