Browse Source

Release 1.1.0-RC5

Scott Lahteine 8 years ago
parent
commit
6a245fe4f7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Default_Version.h

+ 2
- 2
Marlin/Default_Version.h View File

@@ -28,8 +28,8 @@
28 28
 // #error "You must specify the following parameters related to your distribution"
29 29
 
30 30
 #if true
31
-#define SHORT_BUILD_VERSION "1.1.0-RCBugFix"
32
-#define DETAILED_BUILD_VERSION "1.1.0-RCBugFix From Archive"
31
+#define SHORT_BUILD_VERSION "1.1.0-RC5"
32
+#define DETAILED_BUILD_VERSION "1.1.0-RC5 From Archive"
33 33
 #define STRING_DISTRIBUTION_DATE "2016-04-01 12:00"
34 34
 // It might also be appropriate to define a location where additional information can be found
35 35
 // #define SOURCE_CODE_URL  "http:// ..."

Loading…
Cancel
Save