Bump config version to 020004 (#16816)

This commit is contained in:
InsanityAutomation 2020-02-09 13:13:52 -05:00 committed by Scott Lahteine
parent 0ce83dee95
commit cc1ff27256
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
* Advanced settings can be found in Configuration_adv.h * Advanced settings can be found in Configuration_adv.h
* *
*/ */
#define CONFIGURATION_H_VERSION 020000 #define CONFIGURATION_H_VERSION 020004
//=========================================================================== //===========================================================================
//============================= Getting Started ============================= //============================= Getting Started =============================

View file

@ -31,7 +31,7 @@
* Basic settings can be found in Configuration.h * Basic settings can be found in Configuration.h
* *
*/ */
#define CONFIGURATION_ADV_H_VERSION 020000 #define CONFIGURATION_ADV_H_VERSION 020004
// @section temperature // @section temperature

View file

@ -52,7 +52,7 @@
* to alert users to major changes. * to alert users to major changes.
*/ */
#define MARLIN_HEX_VERSION 020000 #define MARLIN_HEX_VERSION 020004
#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