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 b4c239b commit 9b276a6Copy full SHA for 9b276a6
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 = "10";
+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