X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=b5a14dbed2a24bf7b8b0f5111da54db50f0ddd04;hp=ebbb778a85d6279e038bf3b2e25e27998de4dde4;hb=f5622cd5ec7836e899e263cc4cd4cc386e1ed5f4;hpb=54f8a9cb138a1bc0b0054b98f911fafd8d1b03ad;ds=sidebyside diff --git a/src/misc.cpp b/src/misc.cpp index ebbb778a..b5a14dbe 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 = "5"; +static const string Version = ""; /// engine_info() returns the full name of the current Stockfish version. This