From b7e9ba7591c49bf4ae397fa70fe161ebcd66ee3d Mon Sep 17 00:00:00 2001 From: AnHardt Date: Wed, 3 Jun 2015 00:47:11 +0200 Subject: [PATCH] Back to 1.0.3 dev - for now --- Marlin/Default_Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Default_Version.h b/Marlin/Default_Version.h index c7508d215e..78064c66a9 100644 --- a/Marlin/Default_Version.h +++ b/Marlin/Default_Version.h @@ -6,7 +6,7 @@ // #error "You must specify the following parameter related to your distribution" #if true - #define BUILD_VERSION "1.1.0 dev" + #define BUILD_VERSION "1.0.3 dev" #define STRING_DISTRIBUTION_DATE "2015-06-00 12:00" // It might also be appropriate to define a location where additional information can be found #define SOURCE_CODE_URL "http:// ..."