From: Marco Costalba Date: Tue, 3 May 2011 08:00:10 +0000 (+0200) Subject: Stockfish 2.1 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=315c58354e3c4e9e1f71fc3ead1c1e0b093756c9 Stockfish 2.1 stockfish bench signature is: 6487630 Signed-off-by: Marco Costalba --- diff --git a/src/misc.cpp b/src/misc.cpp index cb2ea168..f1687825 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -54,7 +54,7 @@ using namespace std; /// current date (in the format YYMMDD) is used as a version number. static const string AppName = "Stockfish"; -static const string EngineVersion = ""; +static const string EngineVersion = "2.1"; static const string AppTag = ""; diff --git a/src/ucioption.cpp b/src/ucioption.cpp index eae549ad..c388c5cf 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -82,7 +82,7 @@ OptionsMap::OptionsMap() { o["Minimum Split Depth"] = UCIOption(4, 4, 7); o["Maximum Number of Threads per Split Point"] = UCIOption(5, 4, 8); o["Threads"] = UCIOption(1, 1, MAX_THREADS); - o["Use Sleeping Threads"] = UCIOption(true); + o["Use Sleeping Threads"] = UCIOption(false); o["Hash"] = UCIOption(32, 4, 8192); o["Clear Hash"] = UCIOption(false, "button"); o["Ponder"] = UCIOption(true);