X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=54209f641bdc599342a104aacbf626929bb7544f;hp=bb51cf453437e86fa88d3676db62da26f7192880;hb=a5c76d69c346d620b6f7a300d4a33cc5867f4d64;hpb=1b5b900a290631f04e4c8683e68eb9a9ba682196 diff --git a/src/misc.cpp b/src/misc.cpp index bb51cf45..54209f64 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -31,7 +31,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 = "7Beta1"; /// 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