]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Merge remote-tracking branch 'upstream/master'
[stockfish] / src / misc.cpp
index c7fa0e9ae104927867675cf4dbc2698df6cb2bd3..3c336c3014c7b5a4524df40c7b03c04dd560f866 100644 (file)
@@ -165,13 +165,7 @@ string engine_info(bool to_uci) {
       ss << year << setw(2) << setfill('0') << (1 + months.find(month) / 4) << setw(2) << setfill('0') << day;
       #endif
 
-      ss << "-";
-
-      #ifdef GIT_SHA
-      ss << GIT_SHA;
-      #else
-      ss << "nogit";
-      #endif
+      ss << "-asn";
   }
 
   ss << (to_uci  ? "\nid author ": " by ")