Browse Source

Remove version appendage

Scott Lahteine 4 years ago
parent
commit
b88cf2edcb
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/Version.h
  2. 1
    1
      Marlin/src/inc/Version.h

+ 1
- 1
Marlin/Version.h View File

34
  * Verbose version identifier which should contain a reference to the location
34
  * Verbose version identifier which should contain a reference to the location
35
  * from where the binary was downloaded or the source code was compiled.
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
  * The STRING_DISTRIBUTION_DATE represents when the binary file was built,
40
  * The STRING_DISTRIBUTION_DATE represents when the binary file was built,

+ 1
- 1
Marlin/src/inc/Version.h View File

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

Loading…
Cancel
Save