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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/version.h b/crawl-ref/source/version.h
index c99e6ac1b0..78e8536ca9 100644
--- a/crawl-ref/source/version.h
+++ b/crawl-ref/source/version.h
@@ -37,8 +37,8 @@
#define CRAWL "Dungeon Crawl Stone Soup"
-#define VER_NUM "0.3.2"
-#define VER_QUAL ""
+#define VER_NUM "0.4"
+#define VER_QUAL "-svn"
// last updated 07august2001 {mv}
/* ***********************************************************************
@@ -58,6 +58,6 @@
#define VERSION_DETAIL BUILD_DATE
#endif
-#define SAVE_MAJOR_VERSION 3
+#define SAVE_MAJOR_VERSION 4
#endif