X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=bbfa40617db3d8dc1ac3405c400367fecc51964d;hb=68e1e9b3811e16cad014b590d7443b9063b3eb52;hp=f1554060d5ea76c50f20d6e20d3a22e3a88429e4;hpb=a49b3ba7ed5d9be9151c8ceb5eed40efe3387c75;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index f1554060..bbfa4061 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -73,7 +73,7 @@ namespace Stockfish { namespace { /// Version number or dev. -constexpr string_view version = "dev"; +constexpr string_view version = "16"; /// 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