diff options
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | macping.c | 1 | ||||
-rw-r--r-- | mactelnet.c | 1 | ||||
-rw-r--r-- | mactelnetd.c | 1 |
4 files changed, 2 insertions, 3 deletions
@@ -21,6 +21,8 @@ #define DEBUG 0 +#define PROGRAM_VERSION "0.3.3" + #if defined(__APPLE__) && defined(__MACH__) #define PLATFORM_NAME "Mac OS X" @@ -35,7 +35,6 @@ #define MT_INTERFACE_LEN 128 #define PROGRAM_NAME "MAC-Ping" -#define PROGRAM_VERSION "0.3.2" static int sockfd, insockfd; diff --git a/mactelnet.c b/mactelnet.c index 0f6334a..c3ed71d 100644 --- a/mactelnet.c +++ b/mactelnet.c @@ -43,7 +43,6 @@ #include "mactelnet.h" #define PROGRAM_NAME "MAC-Telnet" -#define PROGRAM_VERSION "0.3.2" static int sockfd = 0; static int insockfd; diff --git a/mactelnetd.c b/mactelnetd.c index 9e88679..3380115 100644 --- a/mactelnetd.c +++ b/mactelnetd.c @@ -55,7 +55,6 @@ #include "config.h" #define PROGRAM_NAME "MAC-Telnet Daemon" -#define PROGRAM_VERSION "0.3.2" #define MAX_INSOCKETS 100 |