Skip to content

Commit

Permalink
Merge branch '2023-November' of https://github.com/classicrocker883/M…
Browse files Browse the repository at this point in the history
…riscocProUI into 2023-November
  • Loading branch information
classicrocker883 committed Nov 26, 2023
2 parents 51e8d9b + 2243e6d commit 3b93d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
//#define STRING_DISTRIBUTION_DATE "2023-11-23"
//#define STRING_DISTRIBUTION_DATE "2023-11-25"

#define STRING_DISTRIBUTION_DATE __DATE__
#define STRING_DISTRIBUTION_TIME __TIME__
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2023-11-23"
#define STRING_DISTRIBUTION_DATE "2023-11-25"
#endif

/**
Expand Down

0 comments on commit 3b93d1c

Please sign in to comment.