X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=4d665b624a0bacccaad32ff919870383eb2bf469;hp=bb51cf453437e86fa88d3676db62da26f7192880;hb=7cafbab529bbba596a47af1d1ee7495599c1eaea;hpb=80d7556af785f57a4f90d121c57c9c2f85a2963e diff --git a/src/misc.cpp b/src/misc.cpp index bb51cf45..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 = ""; +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