From: antirez Date: Sun, 27 Dec 2009 21:26:51 +0000 (-0500) Subject: Version changed to 1.3.0, welcome to the new unstable X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/7c8163b85bce72a789e2c80becd6f1596d371863 Version changed to 1.3.0, welcome to the new unstable --- diff --git a/redis.c b/redis.c index 98e4a909..a97427cc 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.1.95" +#define REDIS_VERSION "1.3.0" #include "fmacros.h" #include "config.h"