X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=2a8832d573f91a0a6a3721117e3f1e7b87d03672;hp=6f908fd2730bb61cc3645449886616ac0e9a5e54;hb=7196f4c2370d0c7acd8ec3ed8de7ecb7f0682123;hpb=215cd19108d97376284192c29790b42a0b0e618a diff --git a/src/misc.cpp b/src/misc.cpp index 6f908fd2..2a8832d5 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -140,6 +140,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 << (Is64Bit ? " 64" : "")