aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/DabMod.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/DabMod.cpp b/src/DabMod.cpp
index 3ed5e40..c204fb7 100644
--- a/src/DabMod.cpp
+++ b/src/DabMod.cpp
@@ -592,7 +592,13 @@ int launch_modulator(int argc, char* argv[])
}
- etiLog.level(info) << "Starting up";
+ etiLog.level(info) << "Starting up version " <<
+#if defined(GITVERSION)
+ GITVERSION;
+#else
+ VERSION;
+#endif
+
// When using the FIRFilter, increase the modulator offset pipelining delay
// by the correct amount