diff --git a/Marlin/Version.h b/Marlin/Version.h index 2a5f451c791842dce78be81576cd0eaa147012eb..bd3bb0ae5fbc11f0ec8bdaae6f023eeda6a8fb6a 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -28,7 +28,7 @@ /** * Marlin release version identifier */ -//#define SHORT_BUILD_VERSION "2.0.9.1" +//#define SHORT_BUILD_VERSION "2.0.9.2" /** * Verbose version identifier which should contain a reference to the location @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2021-06-27" +//#define STRING_DISTRIBUTION_DATE "2021-09-03" /** * Defines a generic printer name to be output to the LCD after booting Marlin. diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index ec7a6804df45afc95a14b6252e7d6a54e4cffd6f..12baa64fe7aa3c299113909779221ffe31331a92 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -25,7 +25,7 @@ * Release version. Leave the Marlin version or apply a custom scheme. */ #ifndef SHORT_BUILD_VERSION - #define SHORT_BUILD_VERSION "2.0.9.1" + #define SHORT_BUILD_VERSION "2.0.9.2" #endif /** @@ -42,7 +42,7 @@ * version was tagged. */ #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2021-06-27" + #define STRING_DISTRIBUTION_DATE "2021-09-03" #endif /** diff --git a/config/README.md b/config/README.md index 8fb23a946e80fad8d56d0e7005c41e6b8a1ac64e..413b10c99dd6c45d49df0a33d99e5911fb0f6fa9 100644 --- a/config/README.md +++ b/config/README.md @@ -1,3 +1,3 @@ # Where have all the configurations gone? -## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.9.1.zip +## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.9.2.zip