Update Version.h

This commit is contained in:
Scott Lahteine 2020-06-20 22:59:15 -05:00
parent fcbf55eb6d
commit 1314b31d97

View file

@ -35,7 +35,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "1.1.9"
#define SHORT_BUILD_VERSION "1.1.9.1"
/**
* 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 "2018-08-01"
#define STRING_DISTRIBUTION_DATE "2020-06-20"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.