diff --git a/Marlin/Version.h b/Marlin/Version.h index 75dc54369b16ea6bf3ea127b5e9b7a1a7b38feed..059940175e2a2464ca28eb7030053295c26f85ba 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -28,7 +28,7 @@ /** * Marlin release version identifier */ -//#define SHORT_BUILD_VERSION "2.0.8.1" +//#define SHORT_BUILD_VERSION "2.0.8.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-05-15" +//#define STRING_DISTRIBUTION_DATE "2021-05-29" /** * 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 6baa52dd3dff36236849decdf8d986be8a0949a6..eb739c301c0496fa300fe2d352d40f90632562ba 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.8.1" + #define SHORT_BUILD_VERSION "2.0.8.2" #endif /** @@ -42,7 +42,7 @@ * version was tagged. */ #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2021-05-15" + #define STRING_DISTRIBUTION_DATE "2021-05-29" #endif /** diff --git a/config/README.md b/config/README.md index 940604b921edc3902471cb5dbf4c8cdee321f9c5..a820992fc4746684b6d1bcb5bb8a07ae6e23e20f 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.8.1.zip +## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.8.2.zip