Update build version

This commit is contained in:
Knutwurst
2022-05-12 13:16:27 +02:00
parent 4f459362c2
commit 41d069464e

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.x" // PATCH: Knutwurst
#define SHORT_BUILD_VERSION "2.0.9.2" // PATCH: Knutwurst
#endif
/**
@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.4.3"
#define CUSTOM_BUILD_VERSION "1.4.4"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2022-02-18"
#define STRING_DISTRIBUTION_DATE "2022-05-12"
#endif
/**