From: antirez Date: Sun, 16 May 2010 17:15:12 +0000 (+0200) Subject: redis version is now 1.3.11 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/9e08e1b9edc480f6162c310ec44a3ec873ec2658?ds=inline redis version is now 1.3.11 --- diff --git a/redis.c b/redis.c index 8e93a70f..2b2d0c24 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.10" +#define REDIS_VERSION "1.3.11" #include "fmacros.h" #include "config.h"