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 d4af15f commit dd9cf30Copy full SHA for dd9cf30
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 = "7Beta2";
+const string Version = "7";
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