Browse Source

Merge pull request #3634 from esenapaj/patch-2

Update distribution date and readme again
Scott Lahteine 8 years ago
parent
commit
5897b58a70
2 changed files with 5 additions and 5 deletions
  1. 1
    1
      Marlin/Version.h
  2. 4
    4
      README.md

+ 1
- 1
Marlin/Version.h View File

@@ -42,7 +42,7 @@
42 42
  * here we define this default string as the date where the latest release
43 43
  * version was tagged.
44 44
  */
45
-#define STRING_DISTRIBUTION_DATE "2016-04-24 12:00"
45
+#define STRING_DISTRIBUTION_DATE "2016-04-27 12:00"
46 46
 
47 47
 /**
48 48
  * @todo: Missing documentation block

+ 4
- 4
README.md View File

@@ -2,7 +2,7 @@
2 2
 <img align="top" width=175 src="Documentation/Logo/Marlin%20Logo%20GitHub.png" />
3 3
  Additional documentation can be found in [The Marlin Wiki](https://github.com/MarlinFirmware/Marlin/wiki).
4 4
 
5
-## Release Candidate -- Marlin 1.1.0-RC6 - 24 April 2016
5
+## Release Candidate -- Marlin 1.1.0-RCBugFix - 27 April 2016
6 6
 
7 7
 __Not for production use – use with caution!__
8 8
 
@@ -14,13 +14,13 @@ Future development (Marlin 1.2 and beyond) takes place in the [MarlinDev reposit
14 14
 
15 15
 ## Recent Changes
16 16
 - RCBugFix
17
-  - Throw error if compiling with older versions (<1.60) of Arduino due to serious problems with outdated Arduino versions
18
-  - Please upgrade your IDE at least to Arduino 1.6.0. Thanks.
19 17
 
20
-- RC6 - 23 Apr 2016
18
+- RC6 - 24 Apr 2016
21 19
   - Completed support for CoreXY / CoreXZ in planner
22 20
   - Changes to positioning behavior
23 21
   - Various issues fixed. More details pending.
22
+  - Throw error if compiling with older versions (<1.60) of Arduino due to serious problems with outdated Arduino versions
23
+  - Please upgrade your IDE at least to Arduino 1.6.0. Thanks.
24 24
 
25 25
 - RC5 - 01 Apr 2016
26 26
   - Warn if compiling with older versions (<1.50) of Arduino

Loading…
Cancel
Save