Release version 2.0.0

This commit is contained in:
Scott Lahteine
2019-12-01 13:56:18 -06:00
parent 68da497f35
commit ac7ee4b94a
7 changed files with 146 additions and 69 deletions

View File

@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
//#define SHORT_BUILD_VERSION "bugfix-2.0.x"
//#define SHORT_BUILD_VERSION "2.0.x"
/**
* Verbose version identifier which should contain a reference to the location

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 "bugfix-2.0.x"
#define SHORT_BUILD_VERSION "2.0.0"
#endif
/**
@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2019-12-02"
#define STRING_DISTRIBUTION_DATE "2019-12-01"
#endif
/**