Skip to content

Commit 23775c0

Browse files
committed
🔖 Marlin 2.0.8.3
1 parent a5051f7 commit 23775c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Marlin/Version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Marlin release version identifier
3030
*/
31-
//#define SHORT_BUILD_VERSION "2.0.8.2"
31+
//#define SHORT_BUILD_VERSION "2.0.8.3"
3232

3333
/**
3434
* Verbose version identifier which should contain a reference to the location
@@ -41,7 +41,7 @@
4141
* here we define this default string as the date where the latest release
4242
* version was tagged.
4343
*/
44-
//#define STRING_DISTRIBUTION_DATE "2021-05-29"
44+
//#define STRING_DISTRIBUTION_DATE "2023-07-18"
4545

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

Marlin/src/inc/Version.h

+2-2
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.8.2"
28+
#define SHORT_BUILD_VERSION "2.0.8.3"
2929
#endif
3030

3131
/**
@@ -42,7 +42,7 @@
4242
* version was tagged.
4343
*/
4444
#ifndef STRING_DISTRIBUTION_DATE
45-
#define STRING_DISTRIBUTION_DATE "2021-05-29"
45+
#define STRING_DISTRIBUTION_DATE "2023-07-18"
4646
#endif
4747

4848
/**

config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Where have all the configurations gone?
22

3-
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.8.2.zip
3+
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.8.3.zip

0 commit comments

Comments
 (0)