Bump build version and date for nex release.

This commit is contained in:
Knutwurst
2021-04-10 15:54:30 +02:00
parent 0033b9a289
commit 8959bcd2e2

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.5.4" #define SHORT_BUILD_VERSION "2.0.x"
#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.2.0-Alpha.1" #define CUSTOM_BUILD_VERSION "1.2.0-Alpha.2"
#ifndef STRING_DISTRIBUTION_DATE #ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2021-03-26" #define STRING_DISTRIBUTION_DATE "2021-04-10"
#endif #endif
/** /**