summaryrefslogtreecommitdiffstats
path: root/hdlcutil/fl/xfhdlcst_main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcutil/fl/xfhdlcst_main.cxx')
-rw-r--r--hdlcutil/fl/xfhdlcst_main.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/hdlcutil/fl/xfhdlcst_main.cxx b/hdlcutil/fl/xfhdlcst_main.cxx
index 5959d24..421805a 100644
--- a/hdlcutil/fl/xfhdlcst_main.cxx
+++ b/hdlcutil/fl/xfhdlcst_main.cxx
@@ -42,6 +42,7 @@
#include "xfhdlcst.h"
#include <config.h>
+#include <scm-version.h>
/* ---------------------------------------------------------------------- */
@@ -82,7 +83,7 @@ int main(int argc, char *argv[])
char name[64];
progname = *argv;
- printf("%s: Version " VERSION "; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
+ printf("%s: Version " FULL_VER "; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
hdrvc_args(&argc, argv, "bc0");
for (i = 1; i < argc; ) {
c = i;