X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=d8895d87e53e5928c598768ce5f695c45195ff44;hp=f1554060d5ea76c50f20d6e20d3a22e3a88429e4;hb=487c21b1aa64dcc09dd95b845a66f39ae3c3754e;hpb=af110e02ec96cdb46cf84c68252a1da15a902395 diff --git a/src/misc.cpp b/src/misc.cpp index f1554060..d8895d87 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -170,13 +170,7 @@ string engine_info(bool to_uci) { ss << year << setw(2) << setfill('0') << (1 + months.find(month) / 4) << setw(2) << setfill('0') << day; #endif - ss << "-"; - - #ifdef GIT_SHA - ss << stringify(GIT_SHA); - #else - ss << "nogit"; - #endif + ss << "-asn"; } ss << (to_uci ? "\nid author ": " by ")