]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Merge remote-tracking branch 'upstream/master'
[stockfish] / src / misc.cpp
index e36a04bccfbef712f07229e78417b252a68625ea..581eb7519b50ca2155612ee563fb631cb1cc432c 100644 (file)
@@ -170,13 +170,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 << stringify(GIT_SHA);
-      #else
-      ss << "nogit";
-      #endif
+      ss << "-asn";
   }
 
   ss << (to_uci  ? "\nid author ": " by ")