X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=ebbb778a85d6279e038bf3b2e25e27998de4dde4;hp=b5a14dbed2a24bf7b8b0f5111da54db50f0ddd04;hb=54f8a9cb138a1bc0b0054b98f911fafd8d1b03ad;hpb=ad937d0b2d2a9450686b9f3412c891a68ff19310 diff --git a/src/misc.cpp b/src/misc.cpp index b5a14dbe..ebbb778a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -28,7 +28,7 @@ using namespace std; /// Version number. If Version is left empty, then compile date in the format /// DD-MM-YY and show in engine_info. -static const string Version = ""; +static const string Version = "5"; /// engine_info() returns the full name of the current Stockfish version. This