From 545a0b4be542a67926f5b034d92e13bc11702872 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 28 Nov 2012 18:50:19 +0100 Subject: [PATCH] Redis 2.4.18 --- 00-RELEASENOTES | 7 +++++++ src/version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"