summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-03-18 17:25:02 +0100
committerantirez <antirez@gmail.com>2019-03-18 17:25:02 +0100
commit990cd2c8357f2fa6629f55b75f88e76873ab8c97 (patch)
tree747b4b7406ca191462e9843af18092803c527cdf
parent635119ded15261cc12d53feb6b323dcb9337914f (diff)
downloadredis-990cd2c8357f2fa6629f55b75f88e76873ab8c97.tar.gz
Redis 3.2.13.3.2.13
-rw-r--r--00-RELEASENOTES6
-rw-r--r--src/version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 56c5ec86e..b2b10289a 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -11,6 +11,12 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
+Redis 3.2.13 Released Mon Mar 18 17:24:10 CEST 2019
+================================================================================
+
+Ciritcal fixes backported from Redis 5.
+
+================================================================================
Redis 3.2.12 Released Wed Jun 13 12:43:01 CEST 2018
================================================================================
diff --git a/src/version.h b/src/version.h
index 6ef62730b..501d5f16b 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "3.2.12"
+#define REDIS_VERSION "3.2.13"