diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-01-23 00:26:11 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-01-23 00:26:11 +0100 |
commit | fb9187cbfcbe904f8d7dfe68a14d5e7428ad2684 (patch) | |
tree | 20fdddc98fc9b0307a975d3bbbc2c232db6a5f58 /ax25ipd/ax25ipd.c | |
parent | deb11e13e5f10a2c82706cf4b7bfa3f4caef8a63 (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/ax25ipd.c')
-rw-r--r-- | ax25ipd/ax25ipd.c | 2 |
1 files changed, 1 insertions, 1 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 |