Restore development version
authorMarco Costalba <mcostalba@gmail.com>
Sat, 3 Jul 2010 04:34:57 +0000 (05:34 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 3 Jul 2010 04:34:57 +0000 (05:34 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>

src/misc.cpp
src/search.cpp

index eb91233..e03a0e2 100644 (file)
@@ -58,7 +58,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.8";
+static const string EngineVersion = "";
 static const string AppName = "Stockfish";
 static const string AppTag  = "";
 
index 9cffc1c..d6d459b 100644 (file)
@@ -235,7 +235,7 @@ namespace {
   const Value EasyMoveMargin = Value(0x200);
 
   // Last seconds noise filtering (LSN)
-  const bool UseLSNFiltering = false;
+  const bool UseLSNFiltering = true;
   const int LSNTime = 100; // In milliseconds
   const Value LSNValue = value_from_centipawns(200);
   bool loseOnTime = false;