]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Remove slowMover
[stockfish] / src / misc.cpp
index 30cfb415c1d5d07364ba096ab9ac03e38ddcecab..e2f101ab5a03e4ff7b3fc6bad60609bfebec872d 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 = "7Beta2";
+const string Version = "";
 
 /// 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