We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f45936 commit 41d0694Copy full SHA for 41d0694
Marlin/src/inc/Version.h
@@ -25,7 +25,7 @@
25
* Release version. Leave the Marlin version or apply a custom scheme.
26
*/
27
#ifndef SHORT_BUILD_VERSION
28
- #define SHORT_BUILD_VERSION "2.0.x" // PATCH: Knutwurst
+ #define SHORT_BUILD_VERSION "2.0.9.2" // PATCH: Knutwurst
29
#endif
30
31
/**
@@ -41,10 +41,10 @@
41
* here we define this default string as the date where the latest release
42
* version was tagged.
43
44
- #define CUSTOM_BUILD_VERSION "1.4.3"
+ #define CUSTOM_BUILD_VERSION "1.4.4"
45
46
#ifndef STRING_DISTRIBUTION_DATE
47
- #define STRING_DISTRIBUTION_DATE "2022-02-18"
+ #define STRING_DISTRIBUTION_DATE "2022-05-12"
48
49
50
0 commit comments