diff --git a/Marlin/Version.h b/Marlin/Version.h index 913fcf2..649b286 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,13 +35,13 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "1.1.9" + #define SHORT_BUILD_VERSION "1.1.9.1" /** * Defines the version of the Marlin-AI3M build. Not to be confused with * Marlin's own build number, e.g. 1.1.9. */ - #define CUSTOM_BUILD_VERSION "v1.4.6" + #define CUSTOM_BUILD_VERSION "v1.4.7" /** * Verbose version identifier which should contain a reference to the location @@ -54,7 +54,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define STRING_DISTRIBUTION_DATE "2019-04-03" + #define STRING_DISTRIBUTION_DATE "2020-11-01" /** * Required minimum Configuration.h and Configuration_adv.h file versions.