]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorMarco Costalba <mcostalba@gmail.com>
Thu, 5 May 2011 05:35:42 +0000 (06:35 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 5 May 2011 05:35:42 +0000 (06:35 +0100)
No functional change.

src/misc.cpp
src/ucioption.cpp

index f168782518c8f48d387f8bb33687f06ef75de7b0..cb2ea168256d4ee2eaa5d55ae5e607b1d41c2242 100644 (file)
@@ -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  = "";
 
 
index c388c5cf5340f3a1a6a5bde067eef85de637995e..eae549ad63f413b077ea9d6828cf6887ea86be54 100644 (file)
@@ -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);