X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=86c16d36174d3e0bac9616efa54bcb532312219e;hb=6c898a10be75bc2c295a7dca7f72e51e76ec8293;hp=2eb62f3e4ff7e4fbf6d01845337e10b5fe6284d9;hpb=378c8bdbb8f930472fc4316aa6c417802294bbad;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 2eb62f3e..86c16d36 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -51,7 +51,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 = "9"; +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