diff --git a/Marlin/Default_Version.h b/Marlin/Default_Version.h
index 56a38bc559a00a39b71add4e7cb208f70cc9d637..c7508d215e68c5368a3782d8a976d3f337650147 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