summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 95159c5c26..55023f0af5 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -99,7 +99,7 @@ static const char *features[] = {
static std::string _get_version_information(void)
{
std::string result = "This is <w>" CRAWL " " VERSION "</w> (";
-#ifdef BUILD_REVISION
+#ifdef DISPLAY_BUILD_REVISION
result += "r" + number_to_string(svn_revision()) + ", ";
#endif
result += VERSION_DETAIL ").";