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 c306d83 commit 571c2d6Copy full SHA for 571c2d6
src/misc.cpp
@@ -65,7 +65,7 @@ namespace {
65
66
/// Version number. If Version is left empty, then compile date in the format
67
/// DD-MM-YY and show in engine_info.
68
-const string Version = "12";
+const string Version = "";
69
70
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
71
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We
0 commit comments