]> git.sesse.net Git - stockfish/commitdiff
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 eb91233a3499f037957c4bd6766eb10c735f2e07..e03a0e2fa7302fbe4c1b4fa418a4b3be2fc8adbb 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 9cffc1cc3aff6aab23242113aa34acf18a740fed..d6d459b0487c71491bd57716418b941382bd98ce 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;