X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=ebc7c028fd79a2b6747ef2e5f568595881574b32;hp=48e20a396c400f8f14410f802a3c7b29add9ab73;hb=3597f1942ec6f2cfbd50b905683739b0900ff5dd;hpb=9f6d69c544a64e06056524ddeaa690560b3896c0 diff --git a/src/misc.cpp b/src/misc.cpp index 48e20a39..ebc7c028 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -65,7 +65,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 = "13"; /// 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