From 378c8bdbb8f930472fc4316aa6c417802294bbad Mon Sep 17 00:00:00 2001 From: mstembera Date: Wed, 31 Jan 2018 02:41:09 -0800 Subject: [PATCH] Stockfish 9 Official release version of Stockfish 9 Bench 5023629 --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 86c16d36..2eb62f3e 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -51,7 +51,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 = "9"; /// 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