From 9a83d13fb508782db6206f73f93d3c50b459c438 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 17 Oct 2011 10:42:47 +0200 Subject: [PATCH] revert version bumping to 2.4.1, put in the previous commit for an error. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 7e69936e..49d04081 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.4.1" +#define REDIS_VERSION "2.4.0"