We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27e72c commit e1696e0Copy full SHA for e1696e0
src/main.cpp
@@ -1360,7 +1360,7 @@ void Main::ban_found_solution() {
1360
1361
void Main::printVersionInfo()
1362
{
1363
- cout << "c " << "CMS SHA revision " << solver->get_version_sha1() << endl;
+ cout << "c " << "CMS SHA1: " << solver->get_version_sha1() << endl;
1364
cout << "c " << "CryptoMiniSat version " << solver->get_version() << endl;
1365
cout << "c " << "CMS compilation env " << solver->get_compilation_env();
1366
cout << "c " << solver->get_thanks_info("c ") << endl;
0 commit comments