summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-11-12 05:15:36 +0100
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-11-12 05:15:36 +0100
commit632bc61784657ca10da047c38596bde9d336998f (patch)
treee1e2f688e6a8c0943dcfea5a0b8450d6aa356105 /config.h
parent94ac14d2765051a8992c3a822547bc09260492df (diff)
downloadMAC-Telnet-632bc61784657ca10da047c38596bde9d336998f.tar.gz
MAC-Telnet-632bc61784657ca10da047c38596bde9d336998f.zip
New version. 0.3.3. Moved versioning into config.hv0.3.3
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 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"