1
0
Fork 0

Stockfish 1.6.1

Workaround a gcc optimization bug.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
sf_2.3.1_base sf_1.6.1
Marco Costalba 2009-12-26 19:28:03 +01:00
parent 2643f1552f
commit bc0871acbc
1 changed files with 1 additions and 1 deletions

View File

@ -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";
static const string EngineVersion = "1.6.1";
static const string AppName = "Stockfish";
static const string AppTag = "";