Skip to content

Commit 50fa8d6

Browse files
committed
Fairy-Stockfish 11.2
bench: 4262221
1 parent feb9ffa commit 50fa8d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/misc.cpp

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

6262
/// Version number. If Version is left empty, then compile date in the format
6363
/// DD-MM-YY and show in engine_info.
64-
const string Version = "";
64+
const string Version = "11.2";
6565

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

0 commit comments

Comments
 (0)