Misc. general cleanup

This commit is contained in:
Scott Lahteine
2017-11-19 14:12:45 -06:00
parent 8836623e0f
commit b9327a4d16
5 changed files with 130 additions and 145 deletions

View File

@ -27,7 +27,7 @@
/**
* This file is the standard Marlin version identifier file, all fields can be
* overriden by the ones defined on _Version.h by using the Configuration.h
* overriden by the ones defined in _Version.h by using the Configuration.h
* directive USE_AUTOMATIC_VERSIONING.
*/
@ -53,7 +53,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2017-10-19 12:00"
#define STRING_DISTRIBUTION_DATE "2017-11-19 12:00"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.