X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmisc.cpp;h=4d0628227683e9822c9e7d03ccc8af7905e37d03;hb=89d9db2979b823449f8f0574617becc33de88607;hp=ebbb778a85d6279e038bf3b2e25e27998de4dde4;hpb=54f8a9cb138a1bc0b0054b98f911fafd8d1b03ad;p=stockfish 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