From: Marco Costalba Date: Sat, 10 Apr 2010 19:42:31 +0000 (+0100) Subject: Restore development version X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=e81108a85519dedcb6d0ed8574f35a0b1c90ae97 Restore development version Signed-off-by: Marco Costalba --- diff --git a/src/misc.cpp b/src/misc.cpp index 0d27b615..2e43a76b 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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 = ""; diff --git a/src/search.cpp b/src/search.cpp index 0fa78248..79813013 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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;