]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 1 Nov 2021 05:28:37 +0000 (06:28 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 1 Nov 2021 05:28:37 +0000 (06:28 +0100)
No functional change

src/misc.cpp

index bb3a641bca9ff0b858568245dd33dae9bf53a853..f9c123374f25162dc23e1af70dc7a1fe4076a5af 100644 (file)
@@ -67,7 +67,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 = "14.1";
+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