summaryrefslogtreecommitdiffstats
path: root/tcpip
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-22 23:42:57 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-01-22 23:42:57 +0100
commit4e7ae2f6912042343a9061d62274166e3877e114 (patch)
tree0875a5a9249e10cf7e0da65bbd21376c771b257d /tcpip
parentcc37d5c5f732ec25c87adc2c01bd7907d64c2ca8 (diff)
ttylinkd: Switch version number printed to ax25-tools version.
The version number has not been changed ever since ax25-tools 0.0.1 making the version useless for bug reporting. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tcpip')
-rw-r--r--tcpip/ttylinkd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpip/ttylinkd.c b/tcpip/ttylinkd.c
index c4399d5..a0764f4 100644
--- a/tcpip/ttylinkd.c
+++ b/tcpip/ttylinkd.c
@@ -53,7 +53,7 @@
#include "../pathnames.h"
-static char version[] = "ttylink daemon (Version 0.05, 9 March 1997) ready.\n";
+static char version[] = "ttylink daemon (Version " VERSION ") ready.\n";
#define SYSOP_USER "root"