From 4e7ae2f6912042343a9061d62274166e3877e114 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 22 Jan 2017 23:42:57 +0100 Subject: 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 --- tcpip/ttylinkd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpip') 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" -- cgit v1.2.3