Stockfish 9

Official release version of Stockfish 9

Bench 5023629
This commit is contained in:
mstembera
2018-01-31 02:41:09 -08:00
committed by Marco Costalba
parent 2e11388581
commit 378c8bdbb8

View File

@@ -51,7 +51,7 @@ namespace {
/// Version number. If Version is left empty, then compile date in the format
/// DD-MM-YY and show in engine_info.
const string Version = "";
const string Version = "9";
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We