Restore development version

No functional change
This commit is contained in:
Stéphane Nicolet
2020-01-23 17:17:26 +01:00
parent c3483fa9a7
commit bcf9282844

View 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.
const string Version = "11";
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