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