summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/version.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-08 15:18:15 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-08 15:18:15 +0000
commite9c382cd386ff8f33a2927af3a7c6690abc9fdae (patch)
tree9efe112c56491e94ac75c8dba49d409870f5c834 /crawl-ref/source/version.h
parent3413f575a6c79600ac0aa8ed57afa20fb0fc1bec (diff)
downloadcrawl-ref-e9c382cd386ff8f33a2927af3a7c6690abc9fdae.tar.gz
crawl-ref-e9c382cd386ff8f33a2927af3a7c6690abc9fdae.zip
Bumped save major version to 5 to prevent collisions with Crawl 4.0/4.1 files.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3023 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/version.h')
-rw-r--r--crawl-ref/source/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/version.h b/crawl-ref/source/version.h
index 78e8536ca9..fba3edbf2b 100644
--- a/crawl-ref/source/version.h
+++ b/crawl-ref/source/version.h
@@ -58,6 +58,6 @@
#define VERSION_DETAIL BUILD_DATE
#endif
-#define SAVE_MAJOR_VERSION 4
+#define SAVE_MAJOR_VERSION 5
#endif