X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=f9c123374f25162dc23e1af70dc7a1fe4076a5af;hp=bb3a641bca9ff0b858568245dd33dae9bf53a853;hb=5a223afe4cfdc2cbb0092c86ddc20fd260e1ac0d;hpb=ef4822aa8d5945d490acca674eb1db8c3c38e9d5 diff --git a/src/misc.cpp b/src/misc.cpp index bb3a641b..f9c12337 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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