From: Steinar H. Gunderson Date: Sun, 6 May 2018 10:39:04 +0000 (+0200) Subject: Mark that we are using a patched version. X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=ec65548bd9e7cc4a11975d10f64f3a342406e20a Mark that we are using a patched version. --- diff --git a/src/misc.cpp b/src/misc.cpp index 449e07ce..bca48876 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" : "")