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 2e11388 commit 378c8bdCopy full SHA for 378c8bd
src/misc.cpp
@@ -51,7 +51,7 @@ namespace {
51
52
/// Version number. If Version is left empty, then compile date in the format
53
/// DD-MM-YY and show in engine_info.
54
-const string Version = "";
+const string Version = "9";
55
56
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
57
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We
0 commit comments