X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=b9a802ad3c3bdb4ccb2afe2abf06f2841f41fd8c;hp=d11ab8d785625fc471aa7bcaae19b00f31fd9c00;hb=500b9b0eb3b20ef58ff1280a089ab2ef1e3c6436;hpb=c5bb9b9da943c49fbead1507ba7213bd7fb5e415 diff --git a/src/misc.cpp b/src/misc.cpp index d11ab8d7..b9a802ad 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, is shown in engine_info. -static const string Version = "DD"; +static const string Version = ""; /// engine_info() returns the full name of the current Stockfish version. This