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