Browse Source

Version 2.0.3

Scott Lahteine 5 years ago
parent
commit
e6a7be922b
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      Marlin/Version.h
  2. 1
    1
      Marlin/src/inc/Version.h

+ 2
- 2
Marlin/Version.h View File

28
 /**
28
 /**
29
  * Marlin release version identifier
29
  * Marlin release version identifier
30
  */
30
  */
31
-//#define SHORT_BUILD_VERSION "2.0.2"
31
+//#define SHORT_BUILD_VERSION "2.0.3"
32
 
32
 
33
 /**
33
 /**
34
  * Verbose version identifier which should contain a reference to the location
34
  * Verbose version identifier which should contain a reference to the location
41
  * here we define this default string as the date where the latest release
41
  * here we define this default string as the date where the latest release
42
  * version was tagged.
42
  * version was tagged.
43
  */
43
  */
44
-//#define STRING_DISTRIBUTION_DATE "2020-01-27"
44
+//#define STRING_DISTRIBUTION_DATE "2020-01-31"
45
 
45
 
46
 /**
46
 /**
47
  * Defines a generic printer name to be output to the LCD after booting Marlin.
47
  * Defines a generic printer name to be output to the LCD after booting Marlin.

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

25
  * Release version. Leave the Marlin version or apply a custom scheme.
25
  * Release version. Leave the Marlin version or apply a custom scheme.
26
  */
26
  */
27
 #ifndef SHORT_BUILD_VERSION
27
 #ifndef SHORT_BUILD_VERSION
28
-  #define SHORT_BUILD_VERSION "2.0.2"
28
+  #define SHORT_BUILD_VERSION "2.0.3"
29
 #endif
29
 #endif
30
 
30
 
31
 /**
31
 /**

Loading…
Cancel
Save