From: antirez Date: Fri, 21 May 2010 13:48:39 +0000 (+0200) Subject: Master is now already unfreezed, unstable, and ready to hacking sessions! X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/fda32cb6013c65f765fa9b203bed23e07d35ba59?ds=sidebyside;hp=329cdba00afd2f97ca828134cb5c24316d516fce Master is now already unfreezed, unstable, and ready to hacking sessions! --- diff --git a/redis.c b/redis.c index dc8d84ff..380924de 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.3.14" +#define REDIS_VERSION "2.1.0" #include "fmacros.h" #include "config.h"