Skip to content

Commit b2c20a8

Browse files
committed
Version 1.1.3
1 parent ece7a2b commit b2c20a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Marlin/Version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* Marlin release version identifier
3737
*/
38-
#define SHORT_BUILD_VERSION "1.1.2"
38+
#define SHORT_BUILD_VERSION "1.1.3"
3939

4040
/**
4141
* Verbose version identifier which should contain a reference to the location
@@ -48,7 +48,7 @@
4848
* here we define this default string as the date where the latest release
4949
* version was tagged.
5050
*/
51-
#define STRING_DISTRIBUTION_DATE "2017-05-30 12:00"
51+
#define STRING_DISTRIBUTION_DATE "2017-06-04 12:00"
5252

5353
/**
5454
* Required minimum Configuration.h and Configuration_adv.h file versions.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For complete Marlin documentation click over to the [Marlin Homepage <marlinfw.o
99

1010
## Stable Release Branch
1111

12-
This Release branch contains the latest tagged version of Marlin (currently 1.1.2May 2017).
12+
This Release branch contains the latest tagged version of Marlin (currently 1.1.3June 2017).
1313

1414
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.
1515

0 commit comments

Comments
 (0)