]> git.sesse.net Git - stockfish/commitdiff
Mark that we are using a patched version.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 6 May 2018 10:39:04 +0000 (12:39 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 24 Nov 2018 10:17:41 +0000 (11:17 +0100)
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" : "")