summaryrefslogtreecommitdiffstats
path: root/hdlcutil/smdiag.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcutil/smdiag.c')
-rw-r--r--hdlcutil/smdiag.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hdlcutil/smdiag.c b/hdlcutil/smdiag.c
index 9238641..cb354f1 100644
--- a/hdlcutil/smdiag.c
+++ b/hdlcutil/smdiag.c
@@ -49,6 +49,7 @@
#include "hdrvcomm.h"
#include <config.h>
+#include <scm-version.h>
/* ---------------------------------------------------------------------- */
@@ -333,7 +334,7 @@ int main(int argc, char *argv[])
unsigned int samplesperbit;
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, "sm0");
while ((ret = getopt(argc, argv, "d:ecp")) != -1) {
switch (ret) {