From: Marco Costalba Date: Sun, 3 May 2009 06:49:34 +0000 (+0100) Subject: Stockfish 1.3.1 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=f032ba54c58c85332351d7f345ac46e2112d0a2e;hp=5a7876d0d04144f8822c236a174838d537539c5f Stockfish 1.3.1 Mainteinance version to fix broken Glaurung 2 book reading. Signed-off-by: Marco Costalba --- diff --git a/src/misc.cpp b/src/misc.cpp index 1e157970..95dc92c5 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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 = "";