X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=4c6c254b043667df6f0d20d7545e594c9c137ef6;hp=08df524bf26beb5bed4453910cc161b1ed8364a3;hb=f3cd7002aaf30d4d2c26be21e318fbc15bcba0cb;hpb=126036abb093df88593ef9db67ac0b9a07f411a6 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