]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Stockfish 13
[stockfish] / src / misc.cpp
index 48e20a396c400f8f14410f802a3c7b29add9ab73..ebc7c028fd79a2b6747ef2e5f568595881574b32 100644 (file)
@@ -65,7 +65,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 = "13";
 
 /// 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