summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-27 01:54:19 +0000
committerSimon Howard2008-09-27 01:54:19 +0000
commitc33d1935292af81142783137e09dec828df298bc (patch)
treeab6757191ca595550282572df8340456ab720f65 /src/heretic/doomdef.h
parentc253a1522f6f286258bb6d753e5b01fbd887a880 (diff)
downloadchocolate-doom-c33d1935292af81142783137e09dec828df298bc.tar.gz
chocolate-doom-c33d1935292af81142783137e09dec828df298bc.tar.bz2
chocolate-doom-c33d1935292af81142783137e09dec828df298bc.zip
Save Heretic configuration files on exit.
Subversion-branch: /branches/raven-branch Subversion-revision: 1294
Diffstat (limited to 'src/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 4aa4eee2..afadc19f 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -34,8 +34,8 @@
#endif
#include <limits.h>
-#define VERSION 130
-#define VERSION_TEXT "v1.3"
+#define HERETIC_VERSION 130
+#define HERETIC_VERSION_TEXT "v1.3"
// if rangecheck is undefined, most parameter validation debugging code
// will not be compiled