summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-08-11 00:46:42 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-08-11 00:46:42 +0200
commit18139b6417e6d09a9c8ddf3291179d77c19bde5e (patch)
treecdf3593f363dbc4cc3753c0116dda056b2482434
parent053b2fdf6400a2557bd1a4340f2fbeefedfcff13 (diff)
downloadMAC-Telnet-18139b6417e6d09a9c8ddf3291179d77c19bde5e.tar.gz
MAC-Telnet-18139b6417e6d09a9c8ddf3291179d77c19bde5e.zip
New minior versionv0.3.2
-rw-r--r--macping.c2
-rw-r--r--mactelnet.c2
-rw-r--r--mactelnetd.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/macping.c b/macping.c
index 834843f..d24bcfb 100644
--- a/macping.c
+++ b/macping.c
@@ -36,7 +36,7 @@
#define MT_INTERFACE_LEN 128
#define PROGRAM_NAME "MAC-Ping"
-#define PROGRAM_VERSION "0.3"
+#define PROGRAM_VERSION "0.3.2"
static int sockfd, insockfd;
diff --git a/mactelnet.c b/mactelnet.c
index 8de8177..b16d366 100644
--- a/mactelnet.c
+++ b/mactelnet.c
@@ -40,7 +40,7 @@
#include "mactelnet.h"
#define PROGRAM_NAME "MAC-Telnet"
-#define PROGRAM_VERSION "0.3"
+#define PROGRAM_VERSION "0.3.2"
static int sockfd;
static int insockfd;
diff --git a/mactelnetd.c b/mactelnetd.c
index 164b768..0474d9b 100644
--- a/mactelnetd.c
+++ b/mactelnetd.c
@@ -50,7 +50,7 @@
#include "config.h"
#define PROGRAM_NAME "MAC-Telnet Daemon"
-#define PROGRAM_VERSION "0.3"
+#define PROGRAM_VERSION "0.3.2"
#define MAX_INSOCKETS 100