summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-18 07:58:32 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-18 07:59:54 -0700
commit2f656a0430f31656ebf81b6ee0690bc6ad04268f (patch)
tree3559bd9779bbbdb9dad67d315e1ade4c5008e805 /crawl-ref/source/newgame.cc
parent4a5e72289713324ce6ff6000276bd81681b18666 (diff)
downloadcrawl-ref-2f656a0430f31656ebf81b6ee0690bc6ad04268f.tar.gz
crawl-ref-2f656a0430f31656ebf81b6ee0690bc6ad04268f.zip
versioning: remove SVN-specific revision data, add Git versioning
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
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."