summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--00-RELEASENOTES7
-rw-r--r--src/version.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 59fae246f..42a6638c7 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,13 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.18
+==========================
+
+UPGRADE URGENCY: critical if you experienced one more more crashes.
+
+* [BUGFIX] Jemalloc updated to 3.2.0.
+
What's new in Redis 2.4.17
==========================
diff --git a/src/version.h b/src/version.h
index 08c6d8411..57caf798a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.17"
+#define REDIS_VERSION "2.4.18"