Use the package version as the version number compiled into the binary.

This commit is contained in:
Oliver Jowett 2014-12-10 12:25:43 +00:00
parent 890d1afbf1
commit c6077b1e6c
4 changed files with 10 additions and 4 deletions

View file

@ -37,7 +37,9 @@
// MinorVer changes when additional features are added, but not for bug fixes (range 00-99)
// DayDate & Year changes for all changes, including for bug fixes. It represent the release date of the update
//
#define MODES_DUMP1090_VERSION "1.10.3010.14"
#ifndef MODES_DUMP1090_VERSION
# define MODES_DUMP1090_VERSION "1.10.3010.14"
#endif
// ============================= Include files ==========================