]> git.sesse.net Git - stockfish/commitdiff
Stockfish 1.3.1
authorMarco Costalba <mcostalba@gmail.com>
Sun, 3 May 2009 06:49:34 +0000 (07:49 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 3 May 2009 06:49:34 +0000 (07:49 +0100)
Mainteinance version to fix broken Glaurung 2
book reading.

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

index 1e15797034d72f3e3a8997f23e73474829310fde..95dc92c560bb2fda52254998f36840e9dba9845d 100644 (file)
@@ -71,7 +71,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.3";
+static const string EngineVersion = "1.3.1";
 static const string AppName = "Stockfish";
 static const string AppTag  = "";