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 3597f19 commit a31007cCopy full SHA for a31007c
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 = "13";
+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