X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=178465c1ad712e1f5fde08c506d106d6bcb5d162;hb=e6e324eb28fd49c1fc44b3b65784f85a773ec61c;hp=41c59b3fd888066fc6017318b0c274c0822ebbf3;hpb=df2f7e75276cc93a8cb8c70057903ab0edbd92bd;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 41c59b3f..178465c1 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -69,7 +69,7 @@ namespace { /// Version number. If Version is left empty, then compile date in the format /// DD-MM-YY and show in engine_info. -const string Version = ""; +const string Version = "15"; /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We