X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=d436ee92d8559f290facf2ba13f764ae98f31dfb;hp=ab56f293a10d082000be16eb767a126487b4b7c7;hb=b96db269a87549ceefaf8b812c050292f81b6c5c;hpb=9db9e4f7d39a3bb189fc8f2b6713826c01ae9ba1 diff --git a/src/misc.cpp b/src/misc.cpp index ab56f293..d436ee92 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -40,13 +40,10 @@ #endif #include -#include -#include #include #include #include -#include "bitcount.h" #include "misc.h" #include "thread.h" @@ -55,8 +52,8 @@ using namespace std; /// Version number. If Version is left empty, then Tag plus current /// date (in the format YYMMDD) is used as a version number. -static const string Version = "2.2"; -static const string Tag = ""; +static const string Version = ""; +static const string Tag = ""; /// engine_info() returns the full name of the current Stockfish version.