From 632bc61784657ca10da047c38596bde9d336998f Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Sat, 12 Nov 2011 05:15:36 +0100 Subject: New version. 0.3.3. Moved versioning into config.h --- config.h | 2 ++ macping.c | 1 - mactelnet.c | 1 - mactelnetd.c | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 15fdf4c..c2c1fd4 100644 --- a/config.h +++ b/config.h @@ -21,6 +21,8 @@ #define DEBUG 0 +#define PROGRAM_VERSION "0.3.3" + #if defined(__APPLE__) && defined(__MACH__) #define PLATFORM_NAME "Mac OS X" diff --git a/macping.c b/macping.c index a078540..a276701 100644 --- a/macping.c +++ b/macping.c @@ -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 -- cgit v1.2.3