]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Restore development version
[stockfish] / 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