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