From 8dc10fb4c206e4bbcbe9ea21a25d5a9802aa54a8 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 10 Oct 2017 02:48:13 -0500 Subject: [PATCH] Version 1.1.6 --- Marlin/Version.h | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index bba230100..3039da59b 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,7 +35,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "1.1.5" + #define SHORT_BUILD_VERSION "1.1.6" /** * Verbose version identifier which should contain a reference to the location @@ -48,7 +48,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define STRING_DISTRIBUTION_DATE "2017-08-28 12:00" + #define STRING_DISTRIBUTION_DATE "2017-10-10 12:00" /** * Required minimum Configuration.h and Configuration_adv.h file versions. diff --git a/README.md b/README.md index 274dddd95..af5d9732f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For complete Marlin documentation click over to the [Marlin Homepage