summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-02-27 16:11:51 +0100
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-02-27 16:11:51 +0100
commit96eaa3fff04027dc8760b570ec64592bec1777fd (patch)
tree93ab2a2e36b6c31a8ddcd30b13a3f1e40bf13158
parentd4141ba5a1ca0a3374cbd2e0ff55b3c63719ec28 (diff)
downloadMAC-Telnet-96eaa3fff04027dc8760b570ec64592bec1777fd.tar.gz
MAC-Telnet-96eaa3fff04027dc8760b570ec64592bec1777fd.zip
New minior versionv0.3
-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 2f37a90..699e285 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.1"
+#define PROGRAM_VERSION "0.3"
static int sockfd, insockfd;
diff --git a/mactelnet.c b/mactelnet.c
index 2dfe04c..f7f4fd1 100644
--- a/mactelnet.c
+++ b/mactelnet.c
@@ -40,7 +40,7 @@
#include "mactelnet.h"
#define PROGRAM_NAME "MAC-Telnet"
-#define PROGRAM_VERSION "0.2"
+#define PROGRAM_VERSION "0.3"
static int sockfd;
static int insockfd;
diff --git a/mactelnetd.c b/mactelnetd.c
index c2460f7..46f1202 100644
--- a/mactelnetd.c
+++ b/mactelnetd.c
@@ -50,7 +50,7 @@
#include "config.h"
#define PROGRAM_NAME "MAC-Telnet Daemon"
-#define PROGRAM_VERSION "0.2"
+#define PROGRAM_VERSION "0.3"
#define MAX_INSOCKETS 100