summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-11 13:34:57 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-11 13:35:45 -0600
commitcf478558721339450fdde19ecc78e95896f0ff91 (patch)
treedb872617f60044b164b1290264c255d08afb698d /crawl-ref/source/Makefile
parent953de009a2c4c81b420e18ca93659b3166b36c57 (diff)
downloadcrawl-ref-cf478558721339450fdde19ecc78e95896f0ff91.tar.gz
crawl-ref-cf478558721339450fdde19ecc78e95896f0ff91.zip
Remind online trunk players about the tournament.
See also a348a51, which is this for the last tournament.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 528f55c392..687be0e6f1 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -105,7 +105,7 @@ CFOTHERS := -pipe $(EXTERNAL_FLAGS)
CFWARN := -Wall -Wformat-security
CFWARN_L := -Wundef
-DEFINES := $(EXTERNAL_DEFINES)
+DEFINES := -DTOURNEY='"0.14"' $(EXTERNAL_DEFINES)
ifdef ANDROID
LDFLAGS := $(EXTERNAL_LDFLAGS) $(LDFLAGS)