From fc9edd39fdec94a3177317f8f18a04702f4beb5b Mon Sep 17 00:00:00 2001 From: Filip Goc Date: Wed, 17 Jan 2018 00:15:21 +0100 Subject: [PATCH] bump up the version number to 2.0-RC3 (should have been done on rel.) --- Marlin/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 74e9a5da2862..22f6de7fd676 100755 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,7 +35,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "JB-Marlin-2.0-RC2" + #define SHORT_BUILD_VERSION "JB-Marlin-2.0-RC3" /** * 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 "2017-10-30" + #define STRING_DISTRIBUTION_DATE "2017-11-24" /** * Required minimum Configuration.h and Configuration_adv.h file versions.