From 85d0c2731583a9b9330888b8e279ff04e8c6da6e Mon Sep 17 00:00:00 2001 From: Ivo Pischner Date: Tue, 27 Oct 2020 12:10:07 +0100 Subject: [PATCH] Updated version information as this branch will be based on original Marlin 1.1.9.1 --- Marlin/Version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.