]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorStéphane Nicolet <cassio@free.fr>
Thu, 29 Nov 2018 15:17:23 +0000 (16:17 +0100)
committerStéphane Nicolet <cassio@free.fr>
Thu, 29 Nov 2018 15:17:23 +0000 (16:17 +0100)
No functional change

src/misc.cpp

index 846da9cf708e0de8d229ece48ab556c1ff02bc74..2bcc7c1382de2514bf34c200106860824c6da33b 100644 (file)
@@ -56,7 +56,7 @@ namespace {
 
 /// Version number. If Version is left empty, then compile date in the format
 /// DD-MM-YY and show in engine_info.
 
 /// Version number. If Version is left empty, then compile date in the format
 /// DD-MM-YY and show in engine_info.
-const string Version = "10";
+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
 
 /// 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