]> git.sesse.net Git - stockfish/commitdiff
Stockfish 8
authorMarco Costalba <mcostalba@gmail.com>
Tue, 1 Nov 2016 09:19:17 +0000 (10:19 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 1 Nov 2016 09:19:17 +0000 (10:19 +0100)
Bench: 5926706

No functional change

src/misc.cpp

index 08df524bf26beb5bed4453910cc161b1ed8364a3..4c6c254b043667df6f0d20d7545e594c9c137ef6 100644 (file)
@@ -32,7 +32,7 @@ namespace {
 
 /// Version number. If Version is left empty, then compile date in the format
 /// DD-MM-YY and show in engine_info.
 
 /// Version number. If Version is left empty, then compile date in the format
 /// DD-MM-YY and show in engine_info.
-const string Version = "";
+const string Version = "8";
 
 /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
 /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We
 
 /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
 /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We