X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=49b41b2f73eec3b35113d79f7cc033e05855f33e;hp=eb91233a3499f037957c4bd6766eb10c735f2e07;hb=e17fa64aec39c43708ed80eccb715e36da1cdd64;hpb=2d635f7b74fddccf82b7ca30442bbc2e3cd2f0b1 diff --git a/src/misc.cpp b/src/misc.cpp index eb91233a..49b41b2f 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -58,7 +58,7 @@ using namespace std; /// Version number. If this is left empty, the current date (in the format /// YYMMDD) is used as a version number. -static const string EngineVersion = "1.8"; +static const string EngineVersion = ""; static const string AppName = "Stockfish"; static const string AppTag = ""; @@ -67,8 +67,6 @@ static const string AppTag = ""; //// Variables //// -bool Chess960; - uint64_t dbg_cnt0 = 0; uint64_t dbg_cnt1 = 0;