X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;fp=src%2Fmisc.cpp;h=9cfd63047606555db23fb81f35ba781337e5701b;hb=55eb0445ddbb6ec4a6868eacb986e022865e19a6;hp=d19cd840bbaea481330d77c9d27ff86efb60cd7a;hpb=e90341f9c9cd24e75aba2485b2ab1e445f4a5b70;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index d19cd840..9cfd6304 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -155,6 +155,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 ")