Remove version appendage

This commit is contained in:
Scott Lahteine 2020-05-12 14:46:14 -05:00
parent 2e03c7939c
commit b88cf2edcb
2 changed files with 2 additions and 2 deletions

View file

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

View file

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