From 75767212fc2d94f27b9d848f58ca0a7b9bf4c26e Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Tue, 5 Jan 2010 21:19:10 +0530 Subject: Increment minor version for beholder save change, since cdo's current save version was already 15.1 as of b1ee54b1. --- crawl-ref/source/tags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/tags.h') 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 -- cgit v1.2.3-54-g00ecf