From: Marco Costalba Date: Sun, 27 Dec 2009 07:35:44 +0000 (+0100) Subject: Restore development version X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=4d9e9ac3d45190f4d92030fe9de2637344018f0a;p=fairystockfish.git Restore development version Signed-off-by: Marco Costalba --- diff --git a/src/misc.cpp b/src/misc.cpp index 0ef627b..c692e99 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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 = ""; diff --git a/src/search.cpp b/src/search.cpp index 21cfbcc..409ad20 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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;