X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=4d2abd5a17d65d231ca75c35e22c29145e551c7f;hp=2bcc7c1382de2514bf34c200106860824c6da33b;hb=3e6ac38fdad0bf852f7edac6735c67be245d6713;hpb=827f485e27e73e10580db877f4edd2711e7ccbda diff --git a/src/misc.cpp b/src/misc.cpp index 2bcc7c13..4d2abd5a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -133,6 +133,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" : "")