From 867a5a8cd27300b0de012f7242189386d5edf787 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 2 Jan 2012 18:23:05 +0100 Subject: [PATCH] Restore development version No functional change. Signed-off-by: Marco Costalba --- polyglot.ini | 2 +- src/misc.cpp | 2 +- src/ucioption.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polyglot.ini b/polyglot.ini index 9b470710..2b6f577f 100644 --- a/polyglot.ini +++ b/polyglot.ini @@ -29,7 +29,7 @@ Cowardice = 100 Min Split Depth = 4 Max Threads per Split Point = 5 Threads = 1 -Use Sleeping Threads = false +Use Sleeping Threads = true Hash = 128 Ponder = true OwnBook = false diff --git a/src/misc.cpp b/src/misc.cpp index 2a0c95b7..d0d2fcc0 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -55,7 +55,7 @@ using namespace std; /// Version number. If Version is left empty, then Tag plus current /// date (in the format YYMMDD) is used as a version number. -static const string Version = "2.2.1"; +static const string Version = ""; static const string Tag = ""; diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 42071b0a..132760c9 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -61,7 +61,7 @@ OptionsMap::OptionsMap() { o["Min Split Depth"] = UCIOption(msd, 4, 7); o["Max Threads per Split Point"] = UCIOption(5, 4, 8); o["Threads"] = UCIOption(cpus, 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