diff --git a/Marlin/Version.h b/Marlin/Version.h index 4fd0bed79..cda86f024 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,7 +35,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "1.1.7" + #define SHORT_BUILD_VERSION "1.1.8" /** * 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-12-15 12:00" + #define STRING_DISTRIBUTION_DATE "2017-12-25 12:00" /** * Required minimum Configuration.h and Configuration_adv.h file versions. diff --git a/README.md b/README.md index 00775cee5..36ac706f6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For complete Marlin documentation click over to the [Marlin Homepage