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 0d27b61..2e43a76 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 0fa7824..7981301 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;