From 2deb5a8ac5c946132f92c86ca428ab7f7e1d7122 Mon Sep 17 00:00:00 2001
From: Richard Wackerbarth <rkw@dataplex.net>
Date: Fri, 22 May 2015 20:58:37 -0500
Subject: [PATCH] Temporary Hack REVERT THIS CHANGE
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

In proper use, we want to force the vendor to update this file to reflect distribution parameters

However, until most users have converted to automatic versioning,
we “grant them a pass”
---
 Marlin/Default_Version.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Marlin/Default_Version.h b/Marlin/Default_Version.h
index 56a38bc559..c7508d215e 100644
--- a/Marlin/Default_Version.h
+++ b/Marlin/Default_Version.h
@@ -2,9 +2,10 @@
  * This file is a placeholder for a file which could be distributed in an archive
  * 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"
 
-#if false
+// #error "You must specify the following parameter related to your distribution"
+
+#if true
   #define BUILD_VERSION "1.1.0 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