From bb86691a0dd94895d39c44bf78594de7d0c0308b Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Thu, 5 May 2011 06:35:42 +0100 Subject: [PATCH] Restore development version No functional change. --- 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 f1687825..cb2ea168 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 = "2.1"; +static const string EngineVersion = ""; static const string AppTag = ""; diff --git a/src/ucioption.cpp b/src/ucioption.cpp index c388c5cf..eae549ad 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(false); + o["Use Sleeping Threads"] = UCIOption(true); o["Hash"] = UCIOption(32, 4, 8192); o["Clear Hash"] = UCIOption(false, "button"); o["Ponder"] = UCIOption(true); -- 2.39.2