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