diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 4d7f110f48..e4e5a0a9fd 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -11,6 +11,15 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. 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 dbfa2f70f4..a8492e368c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "4.9.102" +#define REDIS_VERSION "4.9.103"