Version 2.0.1

This commit is contained in:
Scott Lahteine
2019-12-24 00:06:32 -06:00
parent 0673f335e1
commit ee17051933
4 changed files with 4 additions and 129 deletions

View File

@ -25,7 +25,7 @@
* Release version. Leave the Marlin version or apply a custom scheme.
*/
#ifndef SHORT_BUILD_VERSION
#define SHORT_BUILD_VERSION "2.0.0"
#define SHORT_BUILD_VERSION "2.0.1"
#endif
/**
@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2019-12-01"
#define STRING_DISTRIBUTION_DATE "2019-12-24"
#endif
/**