summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 20:18:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 20:18:41 +0000
commit4758caffda6ea00f6d4f83e58a2ae98d2d0f35a7 (patch)
tree6f782624ed21c83732c9ac48d819879557793828 /crawl-ref/source/tags.h
parent1f8a899b0ae700a07df8ccf1165a093ab28a86ad (diff)
downloadcrawl-ref-4758caffda6ea00f6d4f83e58a2ae98d2d0f35a7.tar.gz
crawl-ref-4758caffda6ea00f6d4f83e58a2ae98d2d0f35a7.zip
Since making player ghosts retain their religions breaks binary
compatibility with previous bones files, increase the minor version number of bones files. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9614 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index b9ca330b2a..3ee92cc930 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -62,7 +62,8 @@ enum tag_minor_version
// Bump version past 12.
TAG_MINOR_SVNREV = 13, // Added SVN revision
TAG_MINOR_PORTEXT = 14, // Keep track of portal vault extensions.
- TAG_MINOR_VERSION = 14 // Current version. (Keep equal to max.)
+ TAG_MINOR_RELIGION = 15, // Keep track of ghosts' religions.
+ TAG_MINOR_VERSION = 15 // Current version. (Keep equal to max.)
};