X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=f831338730f34a614d5010141e8f26111e1bea68;hp=06339d21ec14c24160cbf67e5c5e43873425a605;hb=455993b289b3c8f1c9c73af5876eb0190cde537c;hpb=aaa07fb161c6287aafe8c5532335d4034c816f5e diff --git a/src/misc.cpp b/src/misc.cpp index 06339d21..f8313387 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -50,9 +50,9 @@ 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.5"; +static const string EngineVersion = ""; static const string AppName = "Stockfish"; -static const string AppTag = ""; +static const string AppTag = "765a"; ////