From 702d7c54235fe28c74b05e0282387dd7ff045107 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 17 Sep 2015 10:33:22 +0100 Subject: [PATCH] Allow overriding the version define. --- dump1090.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dump1090.h b/dump1090.h index 07a1ab1..85ac0e0 100644 --- a/dump1090.h +++ b/dump1090.h @@ -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 // +#ifndef MODES_DUMP1090_VERSION #define MODES_DUMP1090_VERSION "1.09.0608.14" +#endif // ============================= Include files ==========================