diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index f8cdb9aa87..ae5f258249 100755 --- 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.x" // PATCH: Knutwurst + #define SHORT_BUILD_VERSION "2.0.9.2" // PATCH: Knutwurst #endif /** @@ -41,10 +41,10 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define CUSTOM_BUILD_VERSION "1.4.3" + #define CUSTOM_BUILD_VERSION "1.4.4" #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2022-02-18" + #define STRING_DISTRIBUTION_DATE "2022-05-12" #endif /**