File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3535 *
3636 * Advanced settings can be found in Configuration_adv.h
3737 */
38- #define CONFIGURATION_H_VERSION 02000900
38+ #define CONFIGURATION_H_VERSION 02000901
3939
4040//===========================================================================
4141//============================= Getting Started =============================
Original file line number Diff line number Diff line change 3030 *
3131 * Basic settings can be found in Configuration.h
3232 */
33- #define CONFIGURATION_ADV_H_VERSION 02000900
33+ #define CONFIGURATION_ADV_H_VERSION 02000901
3434
3535//===========================================================================
3636//============================= Thermal Settings ============================
Original file line number Diff line number Diff line change 2828/**
2929 * Marlin release version identifier
3030 */
31- //#define SHORT_BUILD_VERSION "2.0.9"
31+ //#define SHORT_BUILD_VERSION "2.0.9.1 "
3232
3333/**
3434 * Verbose version identifier which should contain a reference to the location
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-06-15 "
44+ //#define STRING_DISTRIBUTION_DATE "2021-06-27 "
4545
4646/**
4747 * Defines a generic printer name to be output to the LCD after booting Marlin.
Original file line number Diff line number Diff line change 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.9"
28+ #define SHORT_BUILD_VERSION "2.0.9.1 "
2929#endif
3030
3131/**
4242 * version was tagged.
4343 */
4444#ifndef STRING_DISTRIBUTION_DATE
45- #define STRING_DISTRIBUTION_DATE "2021-06-15 "
45+ #define STRING_DISTRIBUTION_DATE "2021-06-27 "
4646#endif
4747
4848/**
5252 * to alert users to major changes.
5353 */
5454
55- #define MARLIN_HEX_VERSION 02000900
55+ #define MARLIN_HEX_VERSION 02000901
5656#ifndef REQUIRED_CONFIGURATION_H_VERSION
5757 #define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
5858#endif
Original file line number Diff line number Diff line change 11# Where have all the configurations gone?
22
3- ## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.9.zip
3+ ## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.9.1. zip
You can’t perform that action at this time.
0 commit comments