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 fcbf55e commit 1314b31Copy full SHA for 1314b31
Marlin/Version.h
@@ -35,7 +35,7 @@
35
/**
36
* Marlin release version identifier
37
*/
38
- #define SHORT_BUILD_VERSION "1.1.9"
+ #define SHORT_BUILD_VERSION "1.1.9.1"
39
40
41
* Verbose version identifier which should contain a reference to the location
@@ -48,7 +48,7 @@
48
* here we define this default string as the date where the latest release
49
* version was tagged.
50
51
- #define STRING_DISTRIBUTION_DATE "2018-08-01"
+ #define STRING_DISTRIBUTION_DATE "2020-06-20"
52
53
54
* Required minimum Configuration.h and Configuration_adv.h file versions.
0 commit comments