X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;fp=src%2Fmisc.cpp;h=48e20a396c400f8f14410f802a3c7b29add9ab73;hp=ebc7c028fd79a2b6747ef2e5f568595881574b32;hb=a31007c9e7005d2ab4ee3f5aa479eb50cecd63e3;hpb=3597f1942ec6f2cfbd50b905683739b0900ff5dd diff --git a/src/misc.cpp b/src/misc.cpp index ebc7c028..48e20a39 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -65,7 +65,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 = "13"; +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