From: antirez Date: Tue, 25 May 2010 20:42:47 +0000 (+0200) Subject: Version is now 2.1.1 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/9005896c0a5bfc7164b7a439cb7c56b5dab8923a Version is now 2.1.1 --- diff --git a/redis.c b/redis.c index f11ca585..42dc00ac 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "2.1.0" +#define REDIS_VERSION "2.1.1" #include "fmacros.h" #include "config.h"