summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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