summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-12 00:34:00 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-12 04:29:03 +0100
commite4a7683b2fc6c4ac4843a4391cec44111394ad46 (patch)
tree501bfdba06ad1477eafdabd89d6f5f87fa8ca2b1 /crawl-ref/source/tag-version.h
parent6777cb6869cfa6c2dc9274fe80ed5623eedf8c15 (diff)
downloadcrawl-ref-e4a7683b2fc6c4ac4843a4391cec44111394ad46.tar.gz
crawl-ref-e4a7683b2fc6c4ac4843a4391cec44111394ad46.zip
Ask for never squashing TAG_MAJOR_VERSION clean-up with intentional changes.
It makes such changes next to impossible to review.
Diffstat (limited to 'crawl-ref/source/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index bc027e4704..21637b4bd0 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -9,6 +9,9 @@
#define TAG_CHR_FORMAT 0
// Let CDO updaters know if the syntax changes.
+// Really, really, REALLY _never_ ever bump this and clean up old #ifdefs
+// in a single commit, please. Making clean-up and actual code changes,
+// especially of this size, separated is vital for sanity.
#ifndef TAG_MAJOR_VERSION
#define TAG_MAJOR_VERSION 34
#endif