summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 193fe8edb8..c9cb283619 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -5,7 +5,6 @@
*/
#include "AppHdr.h"
-REVISION("$Rev$");
#include "newgame.h"
@@ -3075,7 +3074,7 @@ static void _opening_screen(void)
#endif
std::string msg =
- "<yellow>Hello, welcome to " CRAWL " " VERSION "!</yellow>" EOL
+ "<yellow>Hello, welcome to " CRAWL " " + Version::Long() + "!</yellow>" EOL
"<brown>(c) Copyright 1997-2002 Linley Henzell, "
"2002-2009 Crawl DevTeam" EOL
"Please consult crawl_manual.txt for instructions and legal details."