We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf9b0b commit 97caac4Copy full SHA for 97caac4
1 file changed
Marlin/src/inc/Version.h
@@ -38,7 +38,7 @@
38
/**
39
* Marlin release version identifier
40
*/
41
- #define SHORT_BUILD_VERSION "SM2-4.1.0"
+ #define SHORT_BUILD_VERSION "SM2-4.2.1"
42
43
44
* Verbose version identifier which should contain a reference to the location
@@ -51,7 +51,7 @@
51
* here we define this default string as the date where the latest release
52
* version was tagged.
53
54
- #define STRING_DISTRIBUTION_DATE "2021-01-28"
+ #define STRING_DISTRIBUTION_DATE "2021-03-16"
55
56
57
* Required minimum Configuration.h and Configuration_adv.h file versions.
0 commit comments