summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-02-11 10:47:54 +0100
committerantirez <antirez@gmail.com>2014-02-11 10:47:54 +0100
commit910b6d34f278bc597e2f67ae5a037c3929f86dc0 (patch)
treed82b0fdaf0b9f75d532a12270622bcc54fcc2966
parent0725988a072bf0f4e8aad0311a42c854933b1abc (diff)
downloadredis-3.0.0-beta1.tar.gz
Redis 2.9.50 (Redis 3.0.0 beta-1)3.0.0-beta1
-rw-r--r--00-RELEASENOTES2
-rw-r--r--src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 8bdd2cf2f..c22e7de41 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,7 +12,7 @@ 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 1 (version 2.9.50) ] Release date: ...
+--[ Redis 3.0.0 Beta 1 (version 2.9.50) ] Release date: 11 Feb 2014
This is the first beta of Redis 3.0.0 (official version is 2.8.50).
diff --git a/src/version.h b/src/version.h
index b4968a160..8efd57ca5 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.9.11"
+#define REDIS_VERSION "2.9.50"