X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=832a9ac18f93465baca9eb9c54de107453c71916;hp=f2bce6b04f934948ccad68863beeb4c74c16b571;hb=aa75388ec136a8cf83b09da2328c5fefd5a010bd;hpb=736400675746c6b84a0bdf131babce1b07ade0df diff --git a/src/misc.cpp b/src/misc.cpp index f2bce6b0..832a9ac1 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -150,6 +150,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 ")