From 3b1b27fe9b128944d8db5183df112148880e3ce7 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 13 Feb 2019 10:11:36 +0200 Subject: [PATCH 1/2] Update maintenance version in 2.3 --- VERSION23.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION23.cmake b/VERSION23.cmake index ed0228f89..6d63f6455 100644 --- a/VERSION23.cmake +++ b/VERSION23.cmake @@ -5,7 +5,7 @@ set(MAXSCALE_VERSION_MAJOR "2" CACHE STRING "Major version") set(MAXSCALE_VERSION_MINOR "3" CACHE STRING "Minor version") -set(MAXSCALE_VERSION_PATCH "4" CACHE STRING "Patch version") +set(MAXSCALE_VERSION_PATCH "5" CACHE STRING "Patch version") # This should only be incremented if a package is rebuilt set(MAXSCALE_BUILD_NUMBER 1 CACHE STRING "Release number") From e9667dd051ef8563ae9ebebd60b5d663bdf553e8 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 13 Feb 2019 10:14:32 +0200 Subject: [PATCH 2/2] Update 2.3.4 release date --- Documentation/Release-Notes/MaxScale-2.3.4-Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Release-Notes/MaxScale-2.3.4-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.3.4-Release-Notes.md index c072193f1..7207ac736 100644 --- a/Documentation/Release-Notes/MaxScale-2.3.4-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.3.4-Release-Notes.md @@ -1,4 +1,4 @@ -# MariaDB MaxScale 2.3.4 Release Notes +# MariaDB MaxScale 2.3.4 Release Notes -- 2019-02-13 Release 2.3.4 is a GA release.