From 6c48852b2081838a9d5e7104c3a99a86ea792ff3 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Wed, 27 Apr 2016 19:54:59 -0700
Subject: [PATCH] Update distribution date

---
 Marlin/Version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/Version.h b/Marlin/Version.h
index 893eb24ed08..68f3f7604f2 100644
--- a/Marlin/Version.h
+++ b/Marlin/Version.h
@@ -42,7 +42,7 @@
  * here we define this default string as the date where the latest release
  * version was tagged.
  */
-#define STRING_DISTRIBUTION_DATE "2016-04-24 12:00"
+#define STRING_DISTRIBUTION_DATE "2016-04-27 12:00"
 
 /**
  * @todo: Missing documentation block