X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;fp=src%2Fmisc.cpp;h=2bcc7c1382de2514bf34c200106860824c6da33b;hp=846da9cf708e0de8d229ece48ab556c1ff02bc74;hb=9b276a6596eec6fbdcdb29d55ea0b15f5057c853;hpb=b4c239b625285307c5871f1104dc3fb80aa6d5d2 diff --git a/src/misc.cpp b/src/misc.cpp index 846da9cf..2bcc7c13 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -56,7 +56,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 = "10"; +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