Ver código fonte

Version 1.1.3

Scott Lahteine 8 anos atrás
pai
commit
b2c20a8c0f
2 arquivos alterados com 3 adições e 3 exclusões
  1. 2
    2
      Marlin/Version.h
  2. 1
    1
      README.md

+ 2
- 2
Marlin/Version.h Ver arquivo

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

+ 1
- 1
README.md Ver arquivo

9
 
9
 
10
 ## Stable Release Branch
10
 ## Stable Release Branch
11
 
11
 
12
-This Release branch contains the latest tagged version of Marlin (currently 1.1.2 – May 2017).
12
+This Release branch contains the latest tagged version of Marlin (currently 1.1.3 – June 2017).
13
 
13
 
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.
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
 

Carregando…
Cancelar
Salvar