More version reporting tweaks.

This commit is contained in:
Oliver Jowett 2014-12-10 12:44:00 +00:00
parent c6077b1e6c
commit f707f2cdce
4 changed files with 12 additions and 6 deletions

View file

@ -38,7 +38,11 @@
// 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.10.3010.14"
# define MODES_DUMP1090_VERSION "1.10.3010.14+mu"
#endif
#ifndef MODES_DUMP1090_VARIANT
# define MODES_DUMP1090_VARIANT "dump1090-mutability"
#endif
// ============================= Include files ==========================