X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=41c59b3fd888066fc6017318b0c274c0822ebbf3;hb=c4db7fd1f941dbd3875e9faaaeb964755d039633;hp=178465c1ad712e1f5fde08c506d106d6bcb5d162;hpb=e6e324eb28fd49c1fc44b3b65784f85a773ec61c;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 178465c1..41c59b3f 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -69,7 +69,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 = "15"; +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