X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=053ee67ecf6f7a79a75e25d29cf00c11837aa7f5;hp=95862ebbd36cd0c329e421b95d4c6a6b91e123b0;hb=bcf9282844f17dbb451231d8ae0a957d1b7be43d;hpb=c3483fa9a7d7c0ffa9fcc32b467ca844cfb63790 diff --git a/src/misc.cpp b/src/misc.cpp index 95862ebb..053ee67e 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 = "11"; +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