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 344616e commit 369eff4Copy full SHA for 369eff4
src/misc.cpp
@@ -32,7 +32,7 @@ namespace {
32
33
/// Version number. If Version is left empty, then compile date in the format
34
/// DD-MM-YY and show in engine_info.
35
-const string Version = "";
+const string Version = "8";
36
37
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
38
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We
0 commit comments