From 018eeadb1825b6cd6a11e26820a82592ff14dfdd Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 24 Apr 2018 11:49:03 -0400 Subject: [PATCH] Bump version --- Marlin/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index a22152b068..410b9eb35b 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,7 +35,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "TM3D 1.1.8_R2" + #define SHORT_BUILD_VERSION "TM3D 1.1.8_R3" /** * Verbose version identifier which should contain a reference to the location @@ -48,7 +48,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define STRING_DISTRIBUTION_DATE "2018-04-16" + #define STRING_DISTRIBUTION_DATE "2018-04-24" /** * Required minimum Configuration.h and Configuration_adv.h file versions.