X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=4c6c254b043667df6f0d20d7545e594c9c137ef6;hp=08df524bf26beb5bed4453910cc161b1ed8364a3;hb=369eff437cc081eb4b8ab5f519cf3f86b79e87d0;hpb=344616e917ccec2b53a2f06ad788122440efed35 diff --git a/src/misc.cpp b/src/misc.cpp index 08df524b..4c6c254b 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -32,7 +32,7 @@ namespace { /// Version number. If Version is left empty, then compile date in the format /// DD-MM-YY and show in engine_info. -const string Version = ""; +const string Version = "8"; /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We