X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=e2f101ab5a03e4ff7b3fc6bad60609bfebec872d;hp=30cfb415c1d5d07364ba096ab9ac03e38ddcecab;hb=77fa960f8923ca83ba0391835d50f4230ac6a345;hpb=d4af15f682c1967450233ab62cba1a6c5d601df6 diff --git a/src/misc.cpp b/src/misc.cpp index 30cfb415..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 = "7Beta2"; +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