summaryrefslogtreecommitdiffstats
path: root/hdlcutil/fl/xfsmmixer_main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcutil/fl/xfsmmixer_main.cxx')
-rw-r--r--hdlcutil/fl/xfsmmixer_main.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/hdlcutil/fl/xfsmmixer_main.cxx b/hdlcutil/fl/xfsmmixer_main.cxx
index b33533f..57e4701 100644
--- a/hdlcutil/fl/xfsmmixer_main.cxx
+++ b/hdlcutil/fl/xfsmmixer_main.cxx
@@ -41,6 +41,8 @@
#include "hdrvcomm.h"
#include "xfsmmixer.h"
+#include <config.h>
+
/* ---------------------------------------------------------------------- */
static char *progname;
@@ -314,7 +316,7 @@ int main(int argc, char *argv[])
unsigned char mdata;
progname = *argv;
- printf("%s: Version 0.3; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", progname);
+ printf("%s: Version " VERSION "; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", progname);
hdrvc_args(&argc, argv, "sm0");
for (i = 1; i < argc; ) {
c = i;