]> git.sesse.net Git - stockfish/commitdiff
Stockfish 1.1
authorMarco Costalba <mcostalba@gmail.com>
Sat, 6 Dec 2008 16:18:59 +0000 (17:18 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 6 Dec 2008 16:18:59 +0000 (17:18 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/misc.h
src/ucioption.cpp

index 39a481cf0623fa84665a214dbe7eac60beb634cb..6b99c9ec4122b699e45e8c3731ab4525830e2dfd 100644 (file)
@@ -37,7 +37,7 @@
 /// Version number.  If this is left empty, the current date (in the format
 /// YYMMDD) is used as a version number.
 
-const std::string EngineVersion = "";
+const std::string EngineVersion = "1.1";
 
 
 ////
index f23a29ee643353b573183b8764b3e4c73012a41d..79f9886897794b0e211c5cbbf63c3cc4b7dcb2af 100644 (file)
@@ -127,7 +127,7 @@ namespace {
     o.push_back(Option("Futility Margin 2", 300, 0, 1000));
     o.push_back(Option("Maximum Razoring Depth", 3, 0, 4));
     o.push_back(Option("Razoring Margin", 300, 150, 600));
-    o.push_back(Option("LSN filtering", true));
+    o.push_back(Option("LSN filtering", false));
     o.push_back(Option("LSN Time Margin (sec)", 4, 1, 10));
     o.push_back(Option("LSN Value Margin", 200, 100, 600));
     o.push_back(Option("Randomness", 0, 0, 10));