Skip to content

Commit 6982c3e

Browse files
thinkyheadptoal
authored andcommitted
🔖 Update configurations version
1 parent ce8da02 commit 6982c3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Marlin/Configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
* Advanced settings can be found in Configuration_adv.h
3939
*/
40-
#define CONFIGURATION_H_VERSION 02000900
40+
#define CONFIGURATION_H_VERSION 02000901
4141

4242
//===========================================================================
4343
//============================= Getting Started =============================

Marlin/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* Basic settings can be found in Configuration.h
3434
*/
35-
#define CONFIGURATION_ADV_H_VERSION 02000900
35+
#define CONFIGURATION_ADV_H_VERSION 02000901
3636

3737
//===========================================================================
3838
//============================= Thermal Settings ============================

Marlin/src/inc/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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

0 commit comments

Comments
 (0)