From: antirez Date: Wed, 2 Sep 2009 09:37:01 +0000 (+0200) Subject: Redis version pushed to 1.0 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/61c38ac53138e489d7e7260cc4d931b71c9c22ea?ds=inline Redis version pushed to 1.0 --- diff --git a/redis.c b/redis.c index 607c827a..695fca3c 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "0.900" +#define REDIS_VERSION "1.000" #include "fmacros.h" #include "config.h"