mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 01:25:42 +00:00
🔖 Marlin 1.1.9.2
This commit is contained in:
parent
b0a091e632
commit
dd00f8b1a8
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
/**
|
||||
* Marlin release version identifier
|
||||
*/
|
||||
#define SHORT_BUILD_VERSION "1.1.9.1"
|
||||
#define SHORT_BUILD_VERSION "1.1.9.2"
|
||||
|
||||
/**
|
||||
* Verbose version identifier which should contain a reference to the location
|
||||
|
@ -48,7 +48,7 @@
|
|||
* here we define this default string as the date where the latest release
|
||||
* version was tagged.
|
||||
*/
|
||||
#define STRING_DISTRIBUTION_DATE "2020-06-20"
|
||||
#define STRING_DISTRIBUTION_DATE "2023-07-18"
|
||||
|
||||
/**
|
||||
* Required minimum Configuration.h and Configuration_adv.h file versions.
|
||||
|
|
Loading…
Reference in a new issue