瀏覽代碼

RCBugFix version string

Scott Lahteine 9 年之前
父節點
當前提交
0114cf1101
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      Marlin/Default_Version.h

+ 3
- 3
Marlin/Default_Version.h 查看文件

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

Loading…
取消
儲存