summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index f9c3959299..915c6d1f80 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -40,7 +40,7 @@ enum tag_file_type // file types supported by tag system
enum tag_major_version
{
TAG_MAJOR_START = 5,
- TAG_MAJOR_VERSION = 12
+ TAG_MAJOR_VERSION = 13
};
// Minor version will be reset to zero when major version changes.