]> git.sesse.net Git - stockfish/commitdiff
Restore development versioning and LSN filtering
authorMarco Costalba <mcostalba@gmail.com>
Mon, 6 Jul 2009 10:20:05 +0000 (11:20 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 6 Jul 2009 10:20:05 +0000 (11:20 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/misc.cpp
src/ucioption.cpp

index 3ba577452142704355dd09bb527cf7ffeecf1570..149cfb4510e5bd2623887ae29e08c4459e0de7a2 100644 (file)
@@ -73,7 +73,7 @@ using namespace std;
 /// Version number. If this is left empty, the current date (in the format
 /// YYMMDD) is used as a version number.
 
-static const string EngineVersion = "1.4";
+static const string EngineVersion = "";
 static const string AppName = "Stockfish";
 static const string AppTag  = "";
 
index 16633ee9e7fadca43f632af015e9f7567fdc9d72..be5a1df53d8782189f4ee27c1bac23947377e10f 100644 (file)
@@ -119,7 +119,7 @@ namespace {
     o["Full Depth Moves (PV nodes)"] = Option(14, 1, 100);
     o["Full Depth Moves (non-PV nodes)"] = Option(3, 1, 100);
     o["Threat Depth"] = Option(5, 0, 100);
-    o["LSN filtering"] = Option(false);
+    o["LSN filtering"] = Option(true);
     o["LSN Time Margin (sec)"] = Option(4, 1, 10);
     o["LSN Value Margin"] = Option(200, 100, 600);
     o["Randomness"] = Option(0, 0, 10);