Use the package version as the version number compiled into the binary.
This commit is contained in:
parent
890d1afbf1
commit
c6077b1e6c
4 changed files with 10 additions and 4 deletions
|
|
@ -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 ==========================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue