DroidFish: Changed stockfish engine name to 2016-05-28 to match date of

last commit.
This commit is contained in:
Peter Osterlund 2016-05-30 21:01:27 +02:00
parent 9395f8c658
commit e2538623d3

View File

@ -32,7 +32,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 = "2016-05-21";
const string Version = "2016-05-28";
/// 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