X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=7cc6192c1b48b74ceb5014cc1b667892e2d17745;hp=ab56f293a10d082000be16eb767a126487b4b7c7;hb=c00443b19e38aface91245a83b915d0cfd3216b7;hpb=9db9e4f7d39a3bb189fc8f2b6713826c01ae9ba1 diff --git a/src/misc.cpp b/src/misc.cpp index ab56f293..7cc6192c 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -55,7 +55,7 @@ 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 Version = ""; static const string Tag = "";