Skip to content

Commit e1696e0

Browse files
committed
More universial printing of SHA1
1 parent d27e72c commit e1696e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ void Main::ban_found_solution() {
13601360

13611361
void Main::printVersionInfo()
13621362
{
1363-
cout << "c " << "CMS SHA revision " << solver->get_version_sha1() << endl;
1363+
cout << "c " << "CMS SHA1: " << solver->get_version_sha1() << endl;
13641364
cout << "c " << "CryptoMiniSat version " << solver->get_version() << endl;
13651365
cout << "c " << "CMS compilation env " << solver->get_compilation_env();
13661366
cout << "c " << solver->get_thanks_info("c ") << endl;

0 commit comments

Comments
 (0)