From 369eff437cc081eb4b8ab5f519cf3f86b79e87d0 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Tue, 1 Nov 2016 10:19:17 +0100 Subject: [PATCH] Stockfish 8 Bench: 5926706 No functional change --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 08df524b..4c6c254b 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -32,7 +32,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 = "8"; /// 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 -- 2.39.2