summaryrefslogtreecommitdiffstats
path: root/hdlcutil/fl
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-23 00:18:26 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-01-23 00:18:26 +0100
commit58fc52509f54ecbe9fa352294cfe523f354b4135 (patch)
tree23f9d67af510e2c266992bc9ce0af40cbc906af6 /hdlcutil/fl
parentdd79732e13819cf3ba546f27f3e0bf171a76b1df (diff)
hdlcutil/fl: Switch version number printed to ax25-tools version.
The version number has not been changed ever since ax25-tools 0.0.6 making the version useless for bug reporting. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'hdlcutil/fl')
-rw-r--r--hdlcutil/fl/xfhdlcchpar_main.cxx4
-rw-r--r--hdlcutil/fl/xfhdlcst_main.cxx4
-rw-r--r--hdlcutil/fl/xfsmdiag_main.cxx4
-rw-r--r--hdlcutil/fl/xfsmmixer_main.cxx4
4 files changed, 12 insertions, 4 deletions
diff --git a/hdlcutil/fl/xfhdlcchpar_main.cxx b/hdlcutil/fl/xfhdlcchpar_main.cxx
index 4b01138..486412b 100644
--- a/hdlcutil/fl/xfhdlcchpar_main.cxx
+++ b/hdlcutil/fl/xfhdlcchpar_main.cxx
@@ -41,6 +41,8 @@
#include "hdrvcomm.h"
#include "xfhdlcchpar.h"
+#include <config.h>
+
/* ---------------------------------------------------------------------- */
static char *progname;
@@ -84,7 +86,7 @@ int main(int argc, char *argv[])
struct hdrvc_channel_params cp;
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, "bc0");
for (i = 1; i < argc; ) {
c = i;
diff --git a/hdlcutil/fl/xfhdlcst_main.cxx b/hdlcutil/fl/xfhdlcst_main.cxx
index 85a66db..5959d24 100644
--- a/hdlcutil/fl/xfhdlcst_main.cxx
+++ b/hdlcutil/fl/xfhdlcst_main.cxx
@@ -41,6 +41,8 @@
#include "hdrvcomm.h"
#include "xfhdlcst.h"
+#include <config.h>
+
/* ---------------------------------------------------------------------- */
static char *progname;
@@ -80,7 +82,7 @@ int main(int argc, char *argv[])
char name[64];
progname = *argv;
- printf("%s: Version 0.3; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
+ printf("%s: Version " VERSION "; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
hdrvc_args(&argc, argv, "bc0");
for (i = 1; i < argc; ) {
c = i;
diff --git a/hdlcutil/fl/xfsmdiag_main.cxx b/hdlcutil/fl/xfsmdiag_main.cxx
index dce7029..d56ebfa 100644
--- a/hdlcutil/fl/xfsmdiag_main.cxx
+++ b/hdlcutil/fl/xfsmdiag_main.cxx
@@ -50,6 +50,8 @@
#include <FL/x.H>
#include <FL/fl_draw.H>
+#include <config.h>
+
/* ---------------------------------------------------------------------- */
static char *progname;
@@ -355,7 +357,7 @@ int main(int argc, char *argv[])
char name[64];
progname = *argv;
- printf("%s: Version 0.3; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
+ printf("%s: Version " VERSION "; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
hdrvc_args(&argc, argv, "sm0");
for (i = 1; i < argc; ) {
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;