Allow overriding the version define.

This commit is contained in:
Oliver Jowett 2015-09-17 10:33:22 +01:00
parent e3cd88e24a
commit 702d7c5423
1 changed files with 2 additions and 0 deletions

View File

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