Commit 23775c0 1 parent a5051f7 commit 23775c0 Copy full SHA for 23775c0
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
/**
29
29
* Marlin release version identifier
30
30
*/
31
- //#define SHORT_BUILD_VERSION "2.0.8.2 "
31
+ //#define SHORT_BUILD_VERSION "2.0.8.3 "
32
32
33
33
/**
34
34
* Verbose version identifier which should contain a reference to the location
41
41
* here we define this default string as the date where the latest release
42
42
* version was tagged.
43
43
*/
44
- //#define STRING_DISTRIBUTION_DATE "2021-05-29 "
44
+ //#define STRING_DISTRIBUTION_DATE "2023-07-18 "
45
45
46
46
/**
47
47
* Defines a generic printer name to be output to the LCD after booting Marlin.
Original file line number Diff line number Diff line change 25
25
* Release version. Leave the Marlin version or apply a custom scheme.
26
26
*/
27
27
#ifndef SHORT_BUILD_VERSION
28
- #define SHORT_BUILD_VERSION "2.0.8.2 "
28
+ #define SHORT_BUILD_VERSION "2.0.8.3 "
29
29
#endif
30
30
31
31
/**
42
42
* version was tagged.
43
43
*/
44
44
#ifndef STRING_DISTRIBUTION_DATE
45
- #define STRING_DISTRIBUTION_DATE "2021-05-29 "
45
+ #define STRING_DISTRIBUTION_DATE "2023-07-18 "
46
46
#endif
47
47
48
48
/**
Original file line number Diff line number Diff line change 1
1
# Where have all the configurations gone?
2
2
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
You can’t perform that action at this time.
0 commit comments