X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=81602d71101690f09418990da1c94815e51e3d98;hp=7600fc114c2f6a9d411170935556526d4bf22a43;hb=699bae632f283746a3eee15c0950fcdbca8a355e;hpb=f3b296c2e2061951d366edfbd5287f336e865553 diff --git a/src/misc.cpp b/src/misc.cpp index 7600fc11..81602d71 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -152,6 +152,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 ")