summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 0d882bc3cf..16cfd3be7a 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -73,7 +73,7 @@ static const char *features[] = {
void version(void)
{
- mpr( "This is " CRAWL " " VERSION " (" BUILD_DATE ")." );
+ mpr( "This is " CRAWL " " VERSION " (" VERSION_DETAIL ")." );
std::string feats = "Features: ";
for (int i = 1, size = sizeof features / sizeof *features; i < size; ++i)