summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-input.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-28 18:47:20 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-28 18:47:42 -0600
commit9ea9b7cf4a7ca73f91f4bae03e976f7c0f6026c3 (patch)
tree414cd6ca6f3feaf4bf709fd2f3c9891677b6c76a /crawl-ref/source/ng-input.cc
parent3b1f5a4a8bf98798f556ad0f3643436cfd71b868 (diff)
downloadcrawl-ref-9ea9b7cf4a7ca73f91f4bae03e976f7c0f6026c3.tar.gz
crawl-ref-9ea9b7cf4a7ca73f91f4bae03e976f7c0f6026c3.zip
Nudge the title screen header in an important fashion.
Clearly this should be autogenerated.
Diffstat (limited to 'crawl-ref/source/ng-input.cc')
-rw-r--r--crawl-ref/source/ng-input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-input.cc b/crawl-ref/source/ng-input.cc
index 16be2b4e7e..bd98a209ac 100644
--- a/crawl-ref/source/ng-input.cc
+++ b/crawl-ref/source/ng-input.cc
@@ -20,7 +20,7 @@ void opening_screen(void)
string msg =
"<yellow>Hello, welcome to " CRAWL " " + string(Version::Long) + "!</yellow>\n"
"<brown>(c) Copyright 1997-2002 Linley Henzell, "
- "2002-2013 Crawl DevTeam\n"
+ "2002-2014 Crawl DevTeam\n"
"Read the instructions for legal details."
"</brown> " ;