From cf478558721339450fdde19ecc78e95896f0ff91 Mon Sep 17 00:00:00 2001 From: Steve Melenchuk Date: Fri, 11 Apr 2014 13:34:57 -0600 Subject: Remind online trunk players about the tournament. See also a348a51, which is this for the last tournament. --- crawl-ref/source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/Makefile') 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) -- cgit v1.2.3-54-g00ecf