]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorMarco Costalba <mcostalba@gmail.com>
Sun, 27 Dec 2009 07:35:44 +0000 (08:35 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 27 Dec 2009 07:35:44 +0000 (08:35 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/misc.cpp
src/search.cpp

index 0ef627b827782267eee8dbbb4dc92d26c580dd28..c692e996f2ce2fa292e287119c4a9699086aacc4 100644 (file)
@@ -50,7 +50,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.6.1";
+static const string EngineVersion = "";
 static const string AppName = "Stockfish";
 static const string AppTag  = "";
 
index 21cfbccac18b7120622537f54ad09fe0dcae90bd..409ad20afca6c2bea6f64cdea1b4566975bcb395 100644 (file)
@@ -201,7 +201,7 @@ namespace {
   Depth ThreatDepth; // heavy SMP read access
 
   // 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;