From bec112de8793230d469fa24c9994163aa3e5fd51 Mon Sep 17 00:00:00 2001 From: esenapaj Date: Fri, 25 Mar 2016 18:56:16 +0900 Subject: [PATCH] Fix distribution date --- 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 f8259b40c..ccae5eec2 100644 --- a/Marlin/Default_Version.h +++ b/Marlin/Default_Version.h @@ -30,7 +30,7 @@ #if true #define SHORT_BUILD_VERSION "1.1.0-RC4" #define DETAILED_BUILD_VERSION "1.1.0-RC4 From Archive" -#define STRING_DISTRIBUTION_DATE "2016-03-07 12:00" +#define STRING_DISTRIBUTION_DATE "2016-03-24 12:00" // It might also be appropriate to define a location where additional information can be found // #define SOURCE_CODE_URL "http:// ..." #endif