X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=d0d2fcc018c9865099eff3db7fa0b7d21a94880b;hp=7cc6192c1b48b74ceb5014cc1b667892e2d17745;hb=8300ab149cec54c2124898285bdc9308f78de4cd;hpb=c00443b19e38aface91245a83b915d0cfd3216b7 diff --git a/src/misc.cpp b/src/misc.cpp index 7cc6192c..d0d2fcc0 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -56,7 +56,7 @@ using namespace std; /// date (in the format YYMMDD) is used as a version number. static const string Version = ""; -static const string Tag = ""; +static const string Tag = ""; /// engine_info() returns the full name of the current Stockfish version.