소스 검색

Remove version appendage

Scott Lahteine 4 년 전
부모
커밋
b88cf2edcb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      Marlin/Version.h
  2. 1
    1
      Marlin/src/inc/Version.h

+ 1
- 1
Marlin/Version.h 파일 보기

@@ -34,7 +34,7 @@
34 34
  * Verbose version identifier which should contain a reference to the location
35 35
  * from where the binary was downloaded or the source code was compiled.
36 36
  */
37
-//#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (Github)"
37
+//#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION
38 38
 
39 39
 /**
40 40
  * The STRING_DISTRIBUTION_DATE represents when the binary file was built,

+ 1
- 1
Marlin/src/inc/Version.h 파일 보기

@@ -33,7 +33,7 @@
33 33
  * vendor name, download location, GitHub account, etc.
34 34
  */
35 35
 #ifndef DETAILED_BUILD_VERSION
36
-  #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (GitHub)"
36
+  #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION
37 37
 #endif
38 38
 
39 39
 /**

Loading…
취소
저장