summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-04-04 08:38:20 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-04-04 08:38:20 -0500
commit01d7a0f57fef1eec53cca53431b2ebbcc8931cbf (patch)
tree43bb05486d8fbf1b895ad5503ae010cfb19166df /crawl-ref/source/tags.h
parent86a220b71f39c6fe15908a75526e05a954923c62 (diff)
downloadcrawl-ref-01d7a0f57fef1eec53cca53431b2ebbcc8931cbf.tar.gz
crawl-ref-01d7a0f57fef1eec53cca53431b2ebbcc8931cbf.zip
Bump major save version.
Adding MUT_FEAST was an oversight, and deleting it from the middle of enum.h broke compatibility anyway.
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index 3597335013..534b01e664 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -40,14 +40,13 @@ enum tag_file_type // file types supported by tag system
// Let CDO updaters know if the syntax changes.
#define TAG_MAJOR_START 5
-#define TAG_MAJOR_VERSION 20
+#define TAG_MAJOR_VERSION 21
// Minor version will be reset to zero when major version changes.
enum tag_minor_version
{
TAG_MINOR_RESET = 0, // Minor tags were reset
- TAG_MINOR_STATDEATH = 1, // player::stat_zero.
- TAG_MINOR_VERSION = 1 // Current version. (Keep equal to max.)
+ TAG_MINOR_VERSION = 0 // Current version. (Keep equal to max.)
};
struct enum_info