]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Stockfish 8
[stockfish] / 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.
-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