X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=78227ee282067d83acdbb72d0c67cb2b56256451;hb=773dff020968f7a6f590cfd53e8fd89f12e15e36;hp=9e7b7e37b8cc99ddb79433033c3b5107f6b7abc6;hpb=2275923d3cbca85b433a4d16d40fae5c8de6784a;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 9e7b7e37..78227ee2 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -67,7 +67,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 = "14"; /// 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