]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Stockfish 7 Beta 1
[stockfish] / src / misc.cpp
index bb51cf453437e86fa88d3676db62da26f7192880..54209f641bdc599342a104aacbf626929bb7544f 100644 (file)
@@ -31,7 +31,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 = "7Beta1";
 
 /// 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