X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=5bf7bae8ede51276ac6f5263ac70781cc3f96972;hp=495ad4a8cee778a2c75a4f8620ca3af63222f46a;hb=c6baefb79df08a60912fc606d035abcc1dd70573;hpb=4d120ee02edff250a6661e63d913e70efc37e2b6 diff --git a/src/misc.cpp b/src/misc.cpp index 495ad4a8..5bf7bae8 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 = "4"; +static const string Version = ""; /// engine_info() returns the full name of the current Stockfish version. This