bugfix-1.1.x ReadMe, Version, helper scripts

This commit is contained in:
Scott Lahteine
2017-05-04 03:22:17 -05:00
parent c095ee9ce9
commit 3cd9af2409
3 changed files with 111 additions and 39 deletions

View File

@ -35,7 +35,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "1.1.0-RCBugFix"
#define SHORT_BUILD_VERSION "bugfix-1.1.x"
/**
* 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 "2016-12-06 12:00"
#define STRING_DISTRIBUTION_DATE "2017-05-04 12:00"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.