summaryrefslogtreecommitdiffstats
path: root/hdlcutil/smmixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcutil/smmixer.c')
-rw-r--r--hdlcutil/smmixer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hdlcutil/smmixer.c b/hdlcutil/smmixer.c
index 8efeac8..fa370f2 100644
--- a/hdlcutil/smmixer.c
+++ b/hdlcutil/smmixer.c
@@ -42,6 +42,8 @@
#include <net/if.h>
#include "hdrvcomm.h"
+#include <config.h>
+
/* ---------------------------------------------------------------------- */
static char *progname;
@@ -724,7 +726,7 @@ int main(int argc, char *argv[])
struct sm_mixer_data mixdat;
progname = *argv;
- printf("%s: Version 0.2; (C) 1996-1997 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
+ printf("%s: Version " VERSION "; (C) 1996-1997 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
hdrvc_args(&argc, argv, "sm0");
while ((c = getopt(argc, argv, "")) != -1) {
switch (c) {