X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=4cac7e980cce9e9694bd25d0b116542b1b77324d;hp=f9c123374f25162dc23e1af70dc7a1fe4076a5af;hb=4be5348194e12801abd556f7ced60c3e3f3c7c8b;hpb=b7b6b4ba18bc9d291c2c2fd300c22a3e008dcbb2 diff --git a/src/misc.cpp b/src/misc.cpp index f9c12337..4cac7e98 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -153,6 +153,7 @@ 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 ")