From aa2de53a83ca5423c8c8007abf71f9afdf589d93 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 1 Jan 2011 16:08:55 +0100 Subject: [PATCH] Stockfish 2.0 (take 2) Always same siganture: 7224363 Hopefully some more bug fixed and restored compatibility with WIndows XP. No functional change. Signed-off-by: Marco Costalba --- src/misc.cpp | 2 +- src/ucioption.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc.cpp b/src/misc.cpp index 72f93c5e..c7e42803 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 = ""; +static const string EngineVersion = "2.0"; static const string AppName = "Stockfish"; static const string AppTag = ""; diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 46053218..346fd42b 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(true); + Options["Use Sleeping Threads"] = Option(false); Options["Hash"] = Option(32, 4, 8192); Options["Clear Hash"] = Option(false, "button"); Options["Ponder"] = Option(true); -- 2.39.2