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