Browse Source

Version 1.1.7

Scott Lahteine 6 years ago
parent
commit
d95ed46c4c
2 changed files with 4 additions and 3 deletions
  1. 2
    2
      Marlin/Version.h
  2. 2
    1
      README.md

+ 2
- 2
Marlin/Version.h View File

@@ -35,7 +35,7 @@
35 35
   /**
36 36
    * Marlin release version identifier
37 37
    */
38
-  #define SHORT_BUILD_VERSION "1.1.6"
38
+  #define SHORT_BUILD_VERSION "1.1.7"
39 39
 
40 40
   /**
41 41
    * Verbose version identifier which should contain a reference to the location
@@ -48,7 +48,7 @@
48 48
    * here we define this default string as the date where the latest release
49 49
    * version was tagged.
50 50
    */
51
-  #define STRING_DISTRIBUTION_DATE "2017-10-24 12:00"
51
+  #define STRING_DISTRIBUTION_DATE "2017-12-15 12:00"
52 52
 
53 53
   /**
54 54
    * Required minimum Configuration.h and Configuration_adv.h file versions.

+ 2
- 1
README.md View File

@@ -9,7 +9,7 @@ For complete Marlin documentation click over to the [Marlin Homepage <marlinfw.o
9 9
 
10 10
 ## Stable Release Branch
11 11
 
12
-This Release branch contains the latest tagged version of Marlin (currently 1.1.6 – October 2017).
12
+This Release branch contains the latest tagged version of Marlin (currently 1.1.7 – December 2017).
13 13
 
14 14
 Previous releases of Marlin include [1.0.2-2](https://github.com/MarlinFirmware/Marlin/tree/1.0.2-2) (December 2016) and [1.0.1](https://github.com/MarlinFirmware/Marlin/tree/1.0.1) (December 2014). Any version of Marlin prior to 1.0.1 (when we started tagging versions) can be collectively referred to as Marlin 1.0.0.
15 15
 
@@ -70,6 +70,7 @@ Notable contributors include:
70 70
  - [[@android444](https://github.com/android444)]
71 71
  - [[@benlye](https://github.com/benlye)]
72 72
  - [[@bgort](https://github.com/bgort)]
73
+ - [[@ejtagle](https://github.com/ejtagle)]
73 74
  - [[@Grogyan](https://github.com/Grogyan)]
74 75
  - [[@marcio-ao](https://github.com/marcio-ao)]
75 76
  - [[@maverikou](https://github.com/maverikou)]

Loading…
Cancel
Save