X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=4d665b624a0bacccaad32ff919870383eb2bf469;hp=54209f641bdc599342a104aacbf626929bb7544f;hb=7cafbab529bbba596a47af1d1ee7495599c1eaea;hpb=6a79d5d10eb4313fd71abe249a64aaed6bba1e67 diff --git a/src/misc.cpp b/src/misc.cpp index 54209f64..4d665b62 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 = "7Beta1"; +const string Version = "7Beta2"; /// 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