summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 6750cca200..f3ff332ab9 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -4,7 +4,6 @@
*/
#include "AppHdr.h"
-REVISION("$Rev$");
#include "externs.h"
#include "arena.h"
@@ -424,8 +423,7 @@ namespace arena
cgotoxy(1, line++, GOTO_STAT);
textcolor(WHITE);
- center_print(crawl_view.hudsz.x,
- "Crawl " VER_NUM VER_QUAL " " VERSION_DETAIL);
+ center_print(crawl_view.hudsz.x, "Crawl " + Version::Long());
line++;
cgotoxy(1, line++, GOTO_STAT);