Browse Source

Remove version appendage

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
b88cf2edcb
  1. 2
      Marlin/Version.h
  2. 2
      Marlin/src/inc/Version.h

2
Marlin/Version.h

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

2
Marlin/src/inc/Version.h

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

Loading…
Cancel
Save