Skip to content

Commit 41d0694

Browse files
committed
Update build version
1 parent 4f45936 commit 41d0694

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/src/inc/Version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Release version. Leave the Marlin version or apply a custom scheme.
2626
*/
2727
#ifndef SHORT_BUILD_VERSION
28-
#define SHORT_BUILD_VERSION "2.0.x" // PATCH: Knutwurst
28+
#define SHORT_BUILD_VERSION "2.0.9.2" // PATCH: Knutwurst
2929
#endif
3030

3131
/**
@@ -41,10 +41,10 @@
4141
* here we define this default string as the date where the latest release
4242
* version was tagged.
4343
*/
44-
#define CUSTOM_BUILD_VERSION "1.4.3"
44+
#define CUSTOM_BUILD_VERSION "1.4.4"
4545

4646
#ifndef STRING_DISTRIBUTION_DATE
47-
#define STRING_DISTRIBUTION_DATE "2022-02-18"
47+
#define STRING_DISTRIBUTION_DATE "2022-05-12"
4848
#endif
4949

5050
/**

0 commit comments

Comments
 (0)