From: antirez Date: Tue, 15 Dec 2009 21:27:13 +0000 (-0500) Subject: version is now 1.1.92 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/8879cbfe600cd6849f95c4bc7234f72f6e7331d4 version is now 1.1.92 --- diff --git a/redis.c b/redis.c index b200b762..8b5e1234 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.1.91" +#define REDIS_VERSION "1.1.92" #include "fmacros.h" #include "config.h"