Skip to content

Commit 369eff4

Browse files
committed
Stockfish 8
Bench: 5926706 No functional change
1 parent 344616e commit 369eff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace {
3232

3333
/// Version number. If Version is left empty, then compile date in the format
3434
/// DD-MM-YY and show in engine_info.
35-
const string Version = "";
35+
const string Version = "8";
3636

3737
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
3838
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We

0 commit comments

Comments
 (0)