summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-04 20:41:34 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-04 20:53:14 +1000
commit7403a3dfc98efc2329b4bd184807a398d518816e (patch)
tree952c1d2cf0fcd033ae073a4dfcf4919ce4239790 /crawl-ref/source/tags.h
parent37ca61fa33fb9dc6dea480044d91bbfcf45d3932 (diff)
downloadcrawl-ref-7403a3dfc98efc2329b4bd184807a398d518816e.tar.gz
crawl-ref-7403a3dfc98efc2329b4bd184807a398d518816e.zip
Fix skills order issue with Sage card. (sorear)
This commit bumps TAG_MAJOR_VERSION.
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 9660a40b54..bc5045bec8 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 = 14
+ TAG_MAJOR_VERSION = 15
};
// Minor version will be reset to zero when major version changes.