summaryrefslogtreecommitdiffstats
path: root/ax25ipd
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-23 00:26:11 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-01-23 00:26:11 +0100
commitfb9187cbfcbe904f8d7dfe68a14d5e7428ad2684 (patch)
tree20fdddc98fc9b0307a975d3bbbc2c232db6a5f58 /ax25ipd
parentdeb11e13e5f10a2c82706cf4b7bfa3f4caef8a63 (diff)
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 <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd')
-rw-r--r--ax25ipd/ax25ipd.c2
-rw-r--r--ax25ipd/ax25ipd.h2
2 files changed, 1 insertions, 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