X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;fp=src%2Fmisc.cpp;h=43a73b2870ddce46e12bf32ab9b2f5dfcc5db4cf;hp=b1539ce20ea5d8e9d5d606154932c7f4df89c900;hb=d4062bbfa6c71e23fc6fb3f04e043409e8e41df7;hpb=fcee0ce6a39a28ffdfa4b1ed438b353a895edb6b diff --git a/src/misc.cpp b/src/misc.cpp index b1539ce2..43a73b28 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" : "")