From: antirez Date: Mon, 4 Jan 2010 20:01:55 +0000 (-0500) Subject: version marked 1.3.2 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/5dc70bff2eaf59c09bdab7b81f09ff26c15df4ef version marked 1.3.2 --- diff --git a/redis.c b/redis.c index eae95ed4..02e7d58a 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.1" +#define REDIS_VERSION "1.3.2" #include "fmacros.h" #include "config.h"