]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Merge remote-tracking branch 'upstream/master' into HEAD
[stockfish] / src / misc.cpp
index 9e7b7e37b8cc99ddb79433033c3b5107f6b7abc6..feaf9b1a5f3f732f2f0fce1f0baf258b43e191eb 100644 (file)
@@ -152,6 +152,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 ")