]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorStéphane Nicolet <cassio@free.fr>
Sat, 20 Feb 2021 21:19:14 +0000 (22:19 +0100)
committerStéphane Nicolet <cassio@free.fr>
Sat, 20 Feb 2021 21:19:14 +0000 (22:19 +0100)
No functional change

src/misc.cpp

index ebc7c028fd79a2b6747ef2e5f568595881574b32..48e20a396c400f8f14410f802a3c7b29add9ab73 100644 (file)
@@ -65,7 +65,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 = "13";
+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