]> git.sesse.net Git - stockfish/commitdiff
Setup Release Candidate 1
authorMarco Costalba <mcostalba@gmail.com>
Sat, 19 Dec 2009 16:00:33 +0000 (17:00 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 19 Dec 2009 16:00:33 +0000 (17:00 +0100)
To be used by Jim for testing different compiles settings.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/misc.cpp
src/search.cpp

index f831338730f34a614d5010141e8f26111e1bea68..1cc752a3fd758dbad380614b24eabe7c2c03b30d 100644 (file)
@@ -50,9 +50,9 @@ using namespace std;
 /// Version number. If this is left empty, the current date (in the format
 /// YYMMDD) is used as a version number.
 
 /// Version number. If this is left empty, the current date (in the format
 /// YYMMDD) is used as a version number.
 
-static const string EngineVersion = "";
+static const string EngineVersion = "1.6_rc1";
 static const string AppName = "Stockfish";
 static const string AppName = "Stockfish";
-static const string AppTag  = "765a";
+static const string AppTag  = "";
 
 
 ////
 
 
 ////
index 409ad20afca6c2bea6f64cdea1b4566975bcb395..21cfbccac18b7120622537f54ad09fe0dcae90bd 100644 (file)
@@ -201,7 +201,7 @@ namespace {
   Depth ThreatDepth; // heavy SMP read access
 
   // Last seconds noise filtering (LSN)
   Depth ThreatDepth; // heavy SMP read access
 
   // Last seconds noise filtering (LSN)
-  const bool UseLSNFiltering = true;
+  const bool UseLSNFiltering = false;
   const int LSNTime = 4000; // In milliseconds
   const Value LSNValue = value_from_centipawns(200);
   bool loseOnTime = false;
   const int LSNTime = 4000; // In milliseconds
   const Value LSNValue = value_from_centipawns(200);
   bool loseOnTime = false;