From 33858d92d7a889227d6115c27496630ee539616d Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Mon, 21 Oct 2019 12:31:56 +0200 Subject: [PATCH] Fairy-Stockfish 10.3 bench: 3686859 --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 778112535..a37b7320c 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.3"; /// 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