From: antirez Date: Sun, 29 Nov 2009 09:44:25 +0000 (+0100) Subject: Version chagned to 1.100, also known as the first first 2.0 beta version X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/d07ffa178d913a6c5a82f822a4c5b55535bcfda3?ds=inline Version chagned to 1.100, also known as the first first 2.0 beta version --- diff --git a/redis.c b/redis.c index 81a8ee2d..f4eb1c49 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.07" +#define REDIS_VERSION "1.100" #include "fmacros.h" #include "config.h"