소스 검색

Merge pull request #3530 from thinkyhead/rc_set_rcbugfix_for_now

Set version for RCBugFix
Scott Lahteine 8 년 전
부모
커밋
b6227932f5
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      Marlin/Default_Version.h

+ 3
- 3
Marlin/Default_Version.h 파일 보기

@@ -28,9 +28,9 @@
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-RC5"
32
-#define DETAILED_BUILD_VERSION "1.1.0-RC5 From Archive"
33
-#define STRING_DISTRIBUTION_DATE "2016-04-01 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-16 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:// ..."
36 36
 #endif

Loading…
취소
저장