diff options
author | lloyd <[email protected]> | 2010-06-14 12:32:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-14 12:32:46 +0000 |
commit | 3a7b91163b8d1b6d0044b777b0e8ffce77c9d8c9 (patch) | |
tree | f8bb19776cb7b35f68f7c68a524cc397a4480e13 /checks | |
parent | a68fb6c85bfc35a6eb5b7ed3a60c44eea68d9413 (diff) |
Expose a datestamp in build.h, provide function in version.h for
getting runtime value.
Diffstat (limited to 'checks')
-rw-r--r-- | checks/check.cpp | 3 |
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" |