From f5ef5632ffbf0b369c7b5020bc624e1d237aec1e Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 3 Jul 2010 05:34:57 +0100 Subject: [PATCH] Restore development version Signed-off-by: Marco Costalba --- src/misc.cpp | 2 +- src/search.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc.cpp b/src/misc.cpp index eb91233a..e03a0e2f 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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 = ""; diff --git a/src/search.cpp b/src/search.cpp index 9cffc1cc..d6d459b0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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; -- 2.39.2