aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/check.cpp')
-rw-r--r--checks/check.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/checks/check.cpp b/checks/check.cpp
index 952384a19..476886661 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -109,7 +109,8 @@ int main(int argc, char* argv[])
if(opts.is_set("help") || argc <= 1)
{
std::cerr << "Test driver for "
- << Botan::version_string() << "\n"
+ << Botan::version_string()
+ << " (released " << Botan::version_datestamp() << ")\n"
<< "Options:\n"
<< " --test || --validate: Run tests (do this at least once)\n"
<< " --benchmark: Benchmark everything\n"