]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Merge remote-tracking branch 'upstream/master'
[stockfish] / src / misc.cpp
index 2d86969f5361a41ef5d97047ffe0e436387a71f4..3c336c3014c7b5a4524df40c7b03c04dd560f866 100644 (file)
@@ -68,7 +68,7 @@ namespace Stockfish {
 namespace {
 
 /// Version number or dev.
-const string version = "15.1";
+const string version = "dev";
 
 /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
 /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We
@@ -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 ")