]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 18 Apr 2022 21:05:24 +0000 (23:05 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 18 Apr 2022 21:05:24 +0000 (23:05 +0200)
No functional change.

src/misc.cpp

index 178465c1ad712e1f5fde08c506d106d6bcb5d162..41c59b3fd888066fc6017318b0c274c0822ebbf3 100644 (file)
@@ -69,7 +69,7 @@ namespace {
 
 /// Version number. If Version is left empty, then compile date in the format
 /// DD-MM-YY and show in engine_info.
-const string Version = "15";
+const string Version = "";
 
 /// 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