X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=e2f101ab5a03e4ff7b3fc6bad60609bfebec872d;hp=551a510819b3bc8b72d06b3d1229cb8bf5da2dd8;hb=dcd8ce70941e9b8d5180eb43865bb9819e424c19;hpb=dd9cf305816c84c2acfa11cae09a31c4d77cc5a5 diff --git a/src/misc.cpp b/src/misc.cpp index 551a5108..e2f101ab 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -32,7 +32,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 = "7"; +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