From fb9187cbfcbe904f8d7dfe68a14d5e7428ad2684 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 23 Jan 2017 00:26:11 +0100 Subject: ax25ipd: Switch version number printed to ax25-apps version. The version number has not been changed ever since ax25-apps 0.0.1 making the version useless for bug reporting. Signed-off-by: Ralf Baechle --- ax25ipd/ax25ipd.c | 2 +- ax25ipd/ax25ipd.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index 403a7b4..cce9a29 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -172,7 +172,7 @@ int main(int argc, char **argv) void greet_world(void) { - printf("\nax25ipd %s / %s\n", VERS2, VERSION); + printf("\nax25ipd %s / %s\n", VERSION); printf ("Copyright 1991, Michael Westerhof, Sun Microsystems, Inc.\n"); printf diff --git a/ax25ipd/ax25ipd.h b/ax25ipd/ax25ipd.h index d683154..841df0a 100644 --- a/ax25ipd/ax25ipd.h +++ b/ax25ipd/ax25ipd.h @@ -37,8 +37,6 @@ * */ -#define VERS2 "Version 1.0.2" - #define IPPROTO_AX25 93 #define DEFAULT_UDP_PORT 10093 -- cgit v1.2.3