summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/version.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-07 11:32:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-07 11:32:10 +0000
commit10aeabaacb1c2cdc6b6227328df34287b7f75d4f (patch)
treedbae642faf43e6acf5871b53a3ee82eb30047b38 /crawl-ref/source/version.h
parent82a29029599d795c3fabd0ac941f38016f77958a (diff)
downloadcrawl-ref-10aeabaacb1c2cdc6b6227328df34287b7f75d4f.tar.gz
crawl-ref-10aeabaacb1c2cdc6b6227328df34287b7f75d4f.zip
Increased max monsters to 350, breaks saves, may be buggy. Incremented save major version.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2352 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 31eb346d28..78e8536ca9 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 3
+#define SAVE_MAJOR_VERSION 4
#endif