X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=bb3a641bca9ff0b858568245dd33dae9bf53a853;hp=f9c123374f25162dc23e1af70dc7a1fe4076a5af;hb=7262fd5d14810b7b495b5038e348a448fda1bcc3;hpb=385deefd807b512a1c404f5cc4c2045f265a800d diff --git a/src/misc.cpp b/src/misc.cpp index f9c12337..bb3a641b 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -67,7 +67,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 = "14.1"; /// 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