X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;fp=src%2Fmisc.cpp;h=bca4887673ab78e7c67938602853d74769c2e98e;hp=449e07cee9b28530b6c1f646be50043c7a905a33;hb=ec65548bd9e7cc4a11975d10f64f3a342406e20a;hpb=9da105cffe599884c20f328ebb86a129c58c2ba7 diff --git a/src/misc.cpp b/src/misc.cpp index 449e07ce..bca48876 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -133,6 +133,7 @@ const string engine_info(bool to_uci) { { date >> month >> day >> year; ss << setw(2) << day << setw(2) << (1 + months.find(month) / 4) << year.substr(2); + ss << "-asn"; } ss << (Is64Bit ? " 64" : "")