]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Mark that we are using a patched version.
[stockfish] / src / misc.cpp
index 2bcc7c1382de2514bf34c200106860824c6da33b..4d2abd5a17d65d231ca75c35e22c29145e551c7f 100644 (file)
@@ -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" : "")