Merge bugfix-2.0.x into 2.0.x

This commit is contained in:
Scott Lahteine
2020-03-14 00:35:11 -05:00
742 changed files with 4130 additions and 3245 deletions

View File

@@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2020-02-27"
#define STRING_DISTRIBUTION_DATE "2020-03-14"
#endif
/**
@@ -52,7 +52,7 @@
* to alert users to major changes.
*/
#define MARLIN_HEX_VERSION 020004
#define MARLIN_HEX_VERSION 020005
#ifndef REQUIRED_CONFIGURATION_H_VERSION
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
#endif