From: Fabian Fichter Date: Tue, 19 Nov 2019 11:57:44 +0000 (+0100) Subject: Fairy-Stockfish 10.4 X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=a9784a17a50a230418a6310536cc485dcf5278f9;p=fairystockfish.git Fairy-Stockfish 10.4 bench: 4756806 --- diff --git a/src/misc.cpp b/src/misc.cpp index 212e8cd..230177f 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -56,7 +56,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 = "10.4"; /// 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