From 2c24c22039026baf50768dc2101ed6f3daf87f6c Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 1 Jul 2010 14:47:26 +0200 Subject: [PATCH] Version is now 2.1.2 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 86d42247..cac59721 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.1.1" +#define REDIS_VERSION "2.1.2"