We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3483fa commit bcf9282Copy full SHA for bcf9282
src/misc.cpp
@@ -56,7 +56,7 @@ namespace {
56
57
/// Version number. If Version is left empty, then compile date in the format
58
/// DD-MM-YY and show in engine_info.
59
-const string Version = "11";
+const string Version = "";
60
61
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
62
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We
0 commit comments