summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-05 21:19:10 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-05 21:23:43 +0530
commit75767212fc2d94f27b9d848f58ca0a7b9bf4c26e (patch)
treec78932c6e37381b16260b76804903327568e4e96 /crawl-ref/source/tags.h
parent465c2fbeb4a5dcc34b4b5d812cc904b80c941529 (diff)
downloadcrawl-ref-75767212fc2d94f27b9d848f58ca0a7b9bf4c26e.tar.gz
crawl-ref-75767212fc2d94f27b9d848f58ca0a7b9bf4c26e.zip
Increment minor version for beholder save change, since cdo's current save version was already 15.1 as of b1ee54b1.
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index d694e14aae..d0a28c2b6c 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -47,8 +47,8 @@ enum tag_major_version
enum tag_minor_version
{
TAG_MINOR_RESET = 0, // Minor tags were reset
- TAG_MINOR_BEHELD16 = 1, // Use correct type sizes for beholders
- TAG_MINOR_VERSION = 1 // Current version. (Keep equal to max.)
+ TAG_MINOR_BEHELD16 = 2, // Use correct type sizes for beholders
+ TAG_MINOR_VERSION = 2 // Current version. (Keep equal to max.)
};
struct enum_info