X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=4d0628227683e9822c9e7d03ccc8af7905e37d03;hp=ebbb778a85d6279e038bf3b2e25e27998de4dde4;hb=15e21911110f9d459c4fef2bb17903d97345d0b9;hpb=54f8a9cb138a1bc0b0054b98f911fafd8d1b03ad diff --git a/src/misc.cpp b/src/misc.cpp index ebbb778a..4d062822 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -17,6 +17,7 @@ along with this program. If not, see . */ +#include #include #include #include @@ -28,7 +29,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