summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-05-26 16:38:11 +0200
committerantirez <antirez@gmail.com>2014-05-26 16:38:11 +0200
commit4fe4c4b34dd96d36bfd5579ce64fd4fe73814175 (patch)
treef06742870ed62d2b4cc307b66a0545a138dbc08f
parenteea0d41fb9bcfef4b91d3c0778d6664ea4405822 (diff)
downloadredis-4fe4c4b34dd96d36bfd5579ce64fd4fe73814175.tar.gz
Redis 2.9.54 (Redis 3.0.0 beta-5).
-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 d5d13c5cb..c5e7fb916 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,12 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
+--[ Redis 3.0.0 Beta 5 (version 2.9.54) ] Release date: 26 may 2014
+
+This is the 5th beta of Redis 3.0.0. It does not include any real
+worthwhile change (just three days passed since the previous beta), but
+fixes two stupid bugs preventing cluster tests to pass.
+
--[ Redis 3.0.0 Beta 4 (version 2.9.53) ] Release date: 23 may 2014
This is the fourth beta of Redis 3.0.0.
diff --git a/src/version.h b/src/version.h
index 2d2516469..5d9051f74 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.9.53"
+#define REDIS_VERSION "2.9.54"