From: antirez Date: Sat, 2 Jan 2010 14:37:01 +0000 (-0500) Subject: Version is now 1.3.1 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/08ff05b012fbc988ae3d800262f1e5a21a9148e6 Version is now 1.3.1 --- diff --git a/redis.c b/redis.c index 9f1eb7a2..ebeccfbe 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.0" +#define REDIS_VERSION "1.3.1" #include "fmacros.h" #include "config.h"