summaryrefslogtreecommitdiffstats
path: root/hdlcutil/sethdlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcutil/sethdlc.c')
-rw-r--r--hdlcutil/sethdlc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hdlcutil/sethdlc.c b/hdlcutil/sethdlc.c
index 99e25cd..8cba1ac 100644
--- a/hdlcutil/sethdlc.c
+++ b/hdlcutil/sethdlc.c
@@ -46,6 +46,7 @@
#include "hdrvcomm.h"
#include <config.h>
+#include <scm-version.h>
/* ---------------------------------------------------------------------- */
@@ -486,7 +487,7 @@ int main(int argc, char *argv[])
char pktbuf[2048];
progname = *argv;
- printf("%s: Version " VERSION "; (C) 1996-1997 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
+ printf("%s: Version " FULL_VER "; (C) 1996-1997 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
hdrvc_args(&argc, argv, "bc0");
while ((ret = getopt(argc, argv, "bsdhpc:a")) != -1) {
switch (ret) {