From 910b6d34f278bc597e2f67ae5a037c3929f86dc0 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 11 Feb 2014 10:47:54 +0100 Subject: [PATCH] Redis 2.9.50 (Redis 3.0.0 beta-1) --- 00-RELEASENOTES | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 8bdd2cf2..c22e7de4 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 b4968a16..8efd57ca 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.9.11" +#define REDIS_VERSION "2.9.50"