From: Marco Costalba Date: Tue, 4 Jan 2011 08:55:17 +0000 (+0100) Subject: Restore development version X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=9da1f45b1d310fbe213a7f51916e098fba837a9a Restore development version Signed-off-by: Marco Costalba --- diff --git a/src/misc.cpp b/src/misc.cpp index 0a1879b2..72f93c5e 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -58,7 +58,7 @@ using namespace std; /// Version number. If this is left empty, the current date (in the format /// YYMMDD) is used as a version number. -static const string EngineVersion = "2.0.1"; +static const string EngineVersion = ""; static const string AppName = "Stockfish"; static const string AppTag = ""; diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 346fd42b..46053218 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -94,7 +94,7 @@ void init_uci_options() { Options["Minimum Split Depth"] = Option(4, 4, 7); Options["Maximum Number of Threads per Split Point"] = Option(5, 4, 8); Options["Threads"] = Option(1, 1, MAX_THREADS); - Options["Use Sleeping Threads"] = Option(false); + Options["Use Sleeping Threads"] = Option(true); Options["Hash"] = Option(32, 4, 8192); Options["Clear Hash"] = Option(false, "button"); Options["Ponder"] = Option(true);