From 577b084e3c87dc4ff36a2ea287bf93556865b202 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 15 Apr 2011 17:43:21 +0200 Subject: [PATCH] version bumped to 2.3.1 (2.4 unstable) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 6ae276d8..db97d903 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.2.4" +#define REDIS_VERSION "2.3.1"