]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorMarco Costalba <mcostalba@gmail.com>
Mon, 2 Jan 2012 17:23:05 +0000 (18:23 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 14 Jan 2012 14:27:24 +0000 (15:27 +0100)
No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
polyglot.ini
src/misc.cpp
src/ucioption.cpp

index 9b47071017e69a034b215339a721f46c45dbdefd..2b6f577fe8be577bc4fcd2c78b1e771813b7a9b5 100644 (file)
@@ -29,7 +29,7 @@ Cowardice = 100
 Min Split Depth = 4
 Max Threads per Split Point = 5
 Threads = 1
 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
 Hash = 128
 Ponder = true
 OwnBook = false
index 8b8976eb17853b742f5d140cc04d313ad01e01d6..d0d2fcc018c9865099eff3db7fa0b7d21a94880b 100644 (file)
@@ -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.
 
 /// 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.2";
+static const string Version = "";
 static const string Tag = "";
 
 
 static const string Tag = "";
 
 
index 42071b0a9560d1c866ec8757c3ffdb6554da5612..132760c9499dd4fad6c282414ea7c5f1fc85e6e5 100644 (file)
@@ -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["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);
   o["Hash"]                        = UCIOption(32, 4, 8192);
   o["Clear Hash"]                  = UCIOption(false, "button");
   o["Ponder"]                      = UCIOption(true);