Browse Source

Release 1.1.0-RC4

Scott Lahteine 9 years ago
parent
commit
a6e39c1005
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/Default_Version.h

+ 3
- 3
Marlin/Default_Version.h View File

@@ -6,9 +6,9 @@
6 6
 // #error "You must specify the following parameters related to your distribution"
7 7
 
8 8
 #if true
9
-#define SHORT_BUILD_VERSION "1.1.0-RC3"
10
-#define DETAILED_BUILD_VERSION "1.1.0-RC3 From Archive"
11
-#define STRING_DISTRIBUTION_DATE "2015-12-01 12:00"
9
+#define SHORT_BUILD_VERSION "1.1.0-RC4"
10
+#define DETAILED_BUILD_VERSION "1.1.0-RC4 From Archive"
11
+#define STRING_DISTRIBUTION_DATE "2016-03-07 12:00"
12 12
 // It might also be appropriate to define a location where additional information can be found
13 13
 // #define SOURCE_CODE_URL  "http:// ..."
14 14
 #endif

Loading…
Cancel
Save