From: Fabian Fichter Date: Thu, 13 May 2021 13:14:24 +0000 (+0200) Subject: Fairy-Stockfish 13.1 X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=fcefe21ebf4b441790b2218bb2115e384d230398;p=fairystockfish.git Fairy-Stockfish 13.1 bench: 4039197 --- diff --git a/src/misc.cpp b/src/misc.cpp index ec4dd94..c1cab69 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.1"; /// 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