summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-05-01 16:28:40 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-05-01 16:28:40 +0200
commitb430bf50a15845b12f7c8fdeedaadf8e5fe36f57 (patch)
treed522c5e71ee7ef0b09a22ea23e682b270148b9ad
parenta4cc2b5e1ab748241f8a86bb4cd09043abc02a02 (diff)
downloadMAC-Telnet-b430bf50a15845b12f7c8fdeedaadf8e5fe36f57.tar.gz
MAC-Telnet-b430bf50a15845b12f7c8fdeedaadf8e5fe36f57.zip
Updated version numbers.v0.3.1
-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..9b94fde 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.1"
static int sockfd, insockfd;
diff --git a/mactelnet.c b/mactelnet.c
index 066153d..66b3172 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.1"
static int sockfd;
static int insockfd;
diff --git a/mactelnetd.c b/mactelnetd.c
index 164b768..df377f7 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.1"
#define MAX_INSOCKETS 100