From cd7828a928def987a7da424a8bb7b06fbb214503 Mon Sep 17 00:00:00 2001 From: Richard Wackerbarth Date: Sat, 1 Aug 2015 10:09:42 -0500 Subject: [PATCH] This will be the 1.1.0 Release rather than 1.0.3 --- Marlin/Default_Version.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Marlin/Default_Version.h b/Marlin/Default_Version.h index 78064c66a9..9c95cc4618 100644 --- a/Marlin/Default_Version.h +++ b/Marlin/Default_Version.h @@ -3,11 +3,12 @@ * It takes the place of an automatically created "_Version.h" which is generated during the build process */ -// #error "You must specify the following parameter related to your distribution" +// #error "You must specify the following parameters related to your distribution" #if true - #define BUILD_VERSION "1.0.3 dev" - #define STRING_DISTRIBUTION_DATE "2015-06-00 12:00" + #define SHORT_BUILD_VERSION "1.1.0 dev" + #define DETAILED_BUILD_VERSION "1.1.0 Development From Archive" + #define STRING_DISTRIBUTION_DATE "2015-08-00 12:00" // It might also be appropriate to define a location where additional information can be found #define SOURCE_CODE_URL "http:// ..." #endif \ No newline at end of file