summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/version.h')
-rw-r--r--crawl-ref/source/version.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/version.h b/crawl-ref/source/version.h
index f523ff50d8..6677b4304f 100644
--- a/crawl-ref/source/version.h
+++ b/crawl-ref/source/version.h
@@ -37,11 +37,14 @@
#define CRAWL "Dungeon Crawl Stone Soup"
+#define VER_NUM "0.2"
+#define VER_QUAL "-svn"
+
// last updated 07august2001 {mv}
/* ***********************************************************************
* called from: chardump - command - newgame
* *********************************************************************** */
-#define VERSION "0.2-svn (crawl-ref)"
+#define VERSION VER_NUM VER_QUAL " (crawl-ref)"
// last updated 20feb2001 {GDL}
/* ***********************************************************************