X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=feaf9b1a5f3f732f2f0fce1f0baf258b43e191eb;hp=9e7b7e37b8cc99ddb79433033c3b5107f6b7abc6;hb=d558f8a673b56b32ab6da8050f41b9e02fe1758b;hpb=36f8d3806bb1c6e498ac8fd1a746c1714d1485a3 diff --git a/src/misc.cpp b/src/misc.cpp index 9e7b7e37..feaf9b1a 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 ")