From: antirez Date: Thu, 10 Sep 2009 15:46:21 +0000 (+0200) Subject: incremented version number to 1.001, AKA Redis edge is no longer stable... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/244de507b304596b2e853d2294b9421e17b1fba5 incremented version number to 1.001, AKA Redis edge is no longer stable... --- diff --git a/redis.c b/redis.c index 010dfb8f..5034a802 100644 --- a/redis.c +++ b/redis.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define REDIS_VERSION "1.000" +#define REDIS_VERSION "1.001" #include "fmacros.h" #include "config.h"