summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-14 21:33:42 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-14 21:33:42 +1000
commit843ae0761b1d04d05208b0a74d9d721e6ebbaeb5 (patch)
tree501e119262fcc19478006762dc5bb48e1b1d967d /crawl-ref/source/tags.h
parentb3b37a17bacfe542d03bd5e47db2e1c2543b1926 (diff)
downloadcrawl-ref-843ae0761b1d04d05208b0a74d9d721e6ebbaeb5.tar.gz
crawl-ref-843ae0761b1d04d05208b0a74d9d721e6ebbaeb5.zip
Bump TAG_MAJOR_VERSION (sorear).
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 1d72c856a0..fcab5d15ac 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -41,7 +41,7 @@ enum tag_file_type // file types supported by tag system
enum tag_major_version
{
TAG_MAJOR_START = 5,
- TAG_MAJOR_VERSION = 6
+ TAG_MAJOR_VERSION = 7
};
// Minor version will be reset to zero when major version changes.