]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Stockfish 10
[stockfish] / src / misc.cpp
index 2bcc7c1382de2514bf34c200106860824c6da33b..846da9cf708e0de8d229ece48ab556c1ff02bc74 100644 (file)
@@ -56,7 +56,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 = "10";
 
 /// 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