We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129b1bb commit d37bfa3Copy full SHA for d37bfa3
Marlin/Version.h
@@ -28,7 +28,7 @@
28
/**
29
* Marlin release version identifier
30
*/
31
-//#define SHORT_BUILD_VERSION "2.0.5"
+//#define SHORT_BUILD_VERSION "2.0.5.1"
32
33
34
* Verbose version identifier which should contain a reference to the location
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
- #define SHORT_BUILD_VERSION "2.0.5"
+ #define SHORT_BUILD_VERSION "2.0.5.1"
#endif
0 commit comments