X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=src%2Fmisc.cpp;h=769761d9b39510c4f12e97d6590bf8a877a98966;hb=17f8b7e18673fc7b542c6e40a896cd1fe1a25248;hp=294b7c8f85b78381748cdc55929742ade02c6e92;hpb=c1f9a359e8e319d832ee5a55277dab996dd29d25;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 294b7c8f..769761d9 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 ")