diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2011-11-12 05:15:36 +0100 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2011-11-12 05:15:36 +0100 |
commit | 632bc61784657ca10da047c38596bde9d336998f (patch) | |
tree | e1e2f688e6a8c0943dcfea5a0b8450d6aa356105 | |
parent | 94ac14d2765051a8992c3a822547bc09260492df (diff) | |
download | MAC-Telnet-632bc61784657ca10da047c38596bde9d336998f.tar.gz MAC-Telnet-632bc61784657ca10da047c38596bde9d336998f.zip |
New version. 0.3.3. Moved versioning into config.hv0.3.3
-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 |