X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=4ff52f48288f0f50834809f5fb032835efb69111;hp=3d7c75e558fe7c6c83c42b09ee7dccf254ccb095;hb=4004bcf3a48c47450344e93fcf186e3eb5d32165;hpb=84f3e867903f62480c33243dd0ecbffd342796fc diff --git a/src/misc.cpp b/src/misc.cpp index 3d7c75e5..4ff52f48 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -144,6 +144,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 << (to_uci ? "\nid author ": " by ")