X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=5bf7bae8ede51276ac6f5263ac70781cc3f96972;hb=82f6779c2e549a264dbfc76d4c668f4c2ea831cd;hp=495ad4a8cee778a2c75a4f8620ca3af63222f46a;hpb=4d120ee02edff250a6661e63d913e70efc37e2b6;p=stockfish 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