]> 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>
Wed, 26 Dec 2018 09:43:37 +0000 (10:43 +0100)
src/misc.cpp

index 449e07cee9b28530b6c1f646be50043c7a905a33..bca4887673ab78e7c67938602853d74769c2e98e 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);
   {
       date >> month >> day >> year;
       ss << setw(2) << day << setw(2) << (1 + months.find(month) / 4) << year.substr(2);
+      ss << "-asn";
   }
 
   ss << (Is64Bit ? " 64" : "")
   }
 
   ss << (Is64Bit ? " 64" : "")