From: antirez Date: Wed, 17 Mar 2010 17:30:15 +0000 (+0100) Subject: Version is now 1.3.5 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/a4c507866cb091074458a0a48120a95339b350c4?hp=4583c4f0ea0ef3cdb3cd1b0ede77e5b95be18327 Version is now 1.3.5 --- diff --git a/redis.c b/redis.c index fe84898f..c40b6eec 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.4" +#define REDIS_VERSION "1.3.5" #include "fmacros.h" #include "config.h"