From 7aaff371b0cff844fc642e2d61cfea43c6b53060 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 16 Apr 2016 21:30:52 -0700 Subject: [PATCH] Set version for RCBugFix --- Marlin/Default_Version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Default_Version.h b/Marlin/Default_Version.h index b473c08222..95f37f2553 100644 --- a/Marlin/Default_Version.h +++ b/Marlin/Default_Version.h @@ -28,9 +28,9 @@ // #error "You must specify the following parameters related to your distribution" #if true -#define SHORT_BUILD_VERSION "1.1.0-RC5" -#define DETAILED_BUILD_VERSION "1.1.0-RC5 From Archive" -#define STRING_DISTRIBUTION_DATE "2016-04-01 12:00" +#define SHORT_BUILD_VERSION "1.1.0-RCBugFix" +#define DETAILED_BUILD_VERSION "1.1.0-RCBugFix From Archive" +#define STRING_DISTRIBUTION_DATE "2016-04-16 12:00" // It might also be appropriate to define a location where additional information can be found // #define SOURCE_CODE_URL "http:// ..." #endif