]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorMarco Costalba <mcostalba@gmail.com>
Sat, 10 Apr 2010 19:42:31 +0000 (20:42 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 10 Apr 2010 19:42:31 +0000 (20:42 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/misc.cpp
src/search.cpp

index 0d27b615ea75122695f37e8c9da0ab3021525cb4..2e43a76bb8f4a8fd95d1a7d2d18b478d28bc8e7f 100644 (file)
@@ -54,7 +54,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.7.1";
+static const string EngineVersion = "";
 static const string AppName = "Stockfish";
 static const string AppTag  = "";
 
index 0fa78248f8f059e2fea2155e7c48ec81a9a688aa..79813013d989408a123d2177ce26a611482fd10b 100644 (file)
@@ -232,7 +232,7 @@ namespace {
   const Value EasyMoveMargin = Value(0x200);
 
   // Last seconds noise filtering (LSN)
-  const bool UseLSNFiltering = false;
+  const bool UseLSNFiltering = true;
   const int LSNTime = 4000; // In milliseconds
   const Value LSNValue = value_from_centipawns(200);
   bool loseOnTime = false;