summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 02:41:17 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 02:41:17 +0000
commit52450afbda724d6fa00bb56d2534ca2b4de31c97 (patch)
tree37bc4070e1276a736ac08a5c3dc062d743dd7271 /crawl-ref/source/newgame.cc
parent384d9a2c1f7b7c5972074d87ec2dda900073ed4b (diff)
downloadcrawl-ref-52450afbda724d6fa00bb56d2534ca2b4de31c97.tar.gz
crawl-ref-52450afbda724d6fa00bb56d2534ca2b4de31c97.zip
Uncomment Lemuel's wasp vault for Hive again.
Update year on welcome screen. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8611 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 2848e0d981..d747723d30 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2965,7 +2965,7 @@ static void _opening_screen(void)
std::string msg =
"<yellow>Hello, welcome to " CRAWL " " VERSION "!</yellow>" EOL
"<brown>(c) Copyright 1997-2002 Linley Henzell, "
- "2002-2008 Crawl DevTeam" EOL
+ "2002-2009 Crawl DevTeam" EOL
"Please consult crawl_manual.txt for instructions and legal details."
"</brown>" EOL;