summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-06-14 09:52:48 +0200
committerantirez <antirez@gmail.com>2018-06-14 09:52:48 +0200
commit48dfd42d729ce8325b20cb084203b129b2759fb8 (patch)
tree570f4b0a0812f63a7866c8bf4a874e8a0b63f586
parentb4b0251ca68db26a48e226ba2ceae156ef3f4700 (diff)
downloadredis-5.0-rc3.tar.gz
Redis 5.0 RC3.5.0-rc3
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 4d7f110f4..e4e5a0a9f 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,15 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
+Redis 5.0 RC3 Released Wed Jun 14 9:51:44 CEST 2018
+================================================================================
+
+Upgrade urgency LOW:
+
+This release fixes compilation of Redis RC2. For an error the commit from unstable
+updating the Rax library was not merged into the 5.0 branch.
+
+================================================================================
Redis 5.0 RC2 Released Wed Jun 13 12:49:13 CEST 2018
================================================================================
diff --git a/src/version.h b/src/version.h
index dbfa2f70f..a8492e368 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "4.9.102"
+#define REDIS_VERSION "4.9.103"