X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=9618ba763e165ed7d86c882a98f34822a9dc41bf;hp=41c59b3fd888066fc6017318b0c274c0822ebbf3;hb=c357c4ad6f7318234c4d745eaa6b0c4774e28741;hpb=7678d63cf2323e51c01e60cdff4ac3d685313790 diff --git a/src/misc.cpp b/src/misc.cpp index 41c59b3f..9618ba76 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 ")