From 6a245fe4f741313169e2b87f67249eaf0455209e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 1 Apr 2016 19:14:49 -0700 Subject: [PATCH] Release 1.1.0-RC5 --- Marlin/Default_Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Default_Version.h b/Marlin/Default_Version.h index 3722cdf440..b473c08222 100644 --- a/Marlin/Default_Version.h +++ b/Marlin/Default_Version.h @@ -28,8 +28,8 @@ // #error "You must specify the following parameters related to your distribution" #if true -#define SHORT_BUILD_VERSION "1.1.0-RCBugFix" -#define DETAILED_BUILD_VERSION "1.1.0-RCBugFix From Archive" +#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" // It might also be appropriate to define a location where additional information can be found // #define SOURCE_CODE_URL "http:// ..."