Browse Source

Config version 020005

Scott Lahteine 4 years ago
parent
commit
8b2d55e345
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/Configuration_adv.h
  3. 1
    1
      Marlin/src/inc/Version.h

+ 1
- 1
Marlin/Configuration.h View File

36
  * Advanced settings can be found in Configuration_adv.h
36
  * Advanced settings can be found in Configuration_adv.h
37
  *
37
  *
38
  */
38
  */
39
-#define CONFIGURATION_H_VERSION 020004
39
+#define CONFIGURATION_H_VERSION 020005
40
 
40
 
41
 //===========================================================================
41
 //===========================================================================
42
 //============================= Getting Started =============================
42
 //============================= Getting Started =============================

+ 1
- 1
Marlin/Configuration_adv.h View File

31
  * Basic settings can be found in Configuration.h
31
  * Basic settings can be found in Configuration.h
32
  *
32
  *
33
  */
33
  */
34
-#define CONFIGURATION_ADV_H_VERSION 020004
34
+#define CONFIGURATION_ADV_H_VERSION 020005
35
 
35
 
36
 // @section temperature
36
 // @section temperature
37
 
37
 

+ 1
- 1
Marlin/src/inc/Version.h View File

52
  * to alert users to major changes.
52
  * to alert users to major changes.
53
  */
53
  */
54
 
54
 
55
-#define MARLIN_HEX_VERSION 020004
55
+#define MARLIN_HEX_VERSION 020005
56
 #ifndef REQUIRED_CONFIGURATION_H_VERSION
56
 #ifndef REQUIRED_CONFIGURATION_H_VERSION
57
   #define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
57
   #define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
58
 #endif
58
 #endif

Loading…
Cancel
Save