Skip to content

Commit

Permalink
Update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwurst committed May 12, 2022
1 parent 4f45936 commit 41d0694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Release version. Leave the Marlin version or apply a custom scheme.
*/
#ifndef SHORT_BUILD_VERSION
#define SHORT_BUILD_VERSION "2.0.x" // PATCH: Knutwurst
#define SHORT_BUILD_VERSION "2.0.9.2" // PATCH: Knutwurst
#endif

/**
Expand All @@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.4.3"
#define CUSTOM_BUILD_VERSION "1.4.4"

#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2022-02-18"
#define STRING_DISTRIBUTION_DATE "2022-05-12"
#endif

/**
Expand Down

1 comment on commit 41d0694

@St-Aris
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for making the change on the Short Build Version 👍🏻

Please sign in to comment.