Skip to content

Commit 1ae2df1

Browse files
thinkyheadPragma8123
authored andcommitted
[cron] Bump distribution date (2023-10-10)
1 parent 6b97050 commit 1ae2df1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* here we define this default string as the date where the latest release
4747
* version was tagged.
4848
*/
49-
//#define STRING_DISTRIBUTION_DATE "2023-10-09"
49+
//#define STRING_DISTRIBUTION_DATE "2023-10-10"
5050

5151
/**
5252
* Defines a generic printer name to be output to the LCD after booting Marlin.

Marlin/src/inc/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* version was tagged.
4343
*/
4444
#ifndef STRING_DISTRIBUTION_DATE
45-
#define STRING_DISTRIBUTION_DATE "2023-10-09"
45+
#define STRING_DISTRIBUTION_DATE "2023-10-10"
4646
#endif
4747

4848
/**

0 commit comments

Comments
 (0)