Merge pull request #1812 from ShabbyX/master

Remove __DATE__ and __TIME__ usage
This commit is contained in:
John Kessenich 2019-06-26 00:52:12 -06:00 committed by GitHub
commit 1e063615d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ namespace {
}
}
else if (arg == "--version" || arg == "-V") {
std::cout << basename(argv[0]) << " version 0.97 " << __DATE__ << " " << __TIME__ << std::endl;
std::cout << basename(argv[0]) << " version 0.97" << std::endl;
exit(0);
} else if (arg == "--input" || arg == "-i") {
// Collect input files