mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 22:20:56 +00:00
🔖 Config version 02010200
This commit is contained in:
parent
b229fba98b
commit
6542f61aaf
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
||||||
*
|
*
|
||||||
* Advanced settings can be found in Configuration_adv.h
|
* Advanced settings can be found in Configuration_adv.h
|
||||||
*/
|
*/
|
||||||
#define CONFIGURATION_H_VERSION 02010100
|
#define CONFIGURATION_H_VERSION 02010200
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Getting Started =============================
|
//============================= Getting Started =============================
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Basic settings can be found in Configuration.h
|
* Basic settings can be found in Configuration.h
|
||||||
*/
|
*/
|
||||||
#define CONFIGURATION_ADV_H_VERSION 02010100
|
#define CONFIGURATION_ADV_H_VERSION 02010200
|
||||||
|
|
||||||
// @section develop
|
// @section develop
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
* to alert users to major changes.
|
* to alert users to major changes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MARLIN_HEX_VERSION 02010100
|
#define MARLIN_HEX_VERSION 02010200
|
||||||
#ifndef REQUIRED_CONFIGURATION_H_VERSION
|
#ifndef REQUIRED_CONFIGURATION_H_VERSION
|
||||||
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
|
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue