Merge pull request #1812 from ShabbyX/master
Remove __DATE__ and __TIME__ usage
This commit is contained in:
commit
1e063615d0
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ namespace {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (arg == "--version" || arg == "-V") {
|
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);
|
exit(0);
|
||||||
} else if (arg == "--input" || arg == "-i") {
|
} else if (arg == "--input" || arg == "-i") {
|
||||||
// Collect input files
|
// Collect input files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue