]> git.sesse.net Git - stockfish/commitdiff
Stockfish 1.9
authorMarco Costalba <mcostalba@gmail.com>
Sat, 2 Oct 2010 08:55:10 +0000 (09:55 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 2 Oct 2010 08:55:10 +0000 (09:55 +0100)
Signature is:

stockfish bench 128 1 12 default depth

Node counts: 10914593

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

index 49b41b2f73eec3b35113d79f7cc033e05855f33e..7715f98070618bd346f9b7514f368d20a557a4b9 100644 (file)
@@ -58,7 +58,7 @@ 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.9";
 static const string AppName = "Stockfish";
 static const string AppTag  = "";
 
 static const string AppName = "Stockfish";
 static const string AppTag  = "";