]> git.sesse.net Git - stockfish/commitdiff
Stockfish 10
authorStéphane Nicolet <cassio@free.fr>
Thu, 29 Nov 2018 14:45:26 +0000 (15:45 +0100)
committerStéphane Nicolet <cassio@free.fr>
Thu, 29 Nov 2018 14:45:26 +0000 (15:45 +0100)
Official release version of Stockfish 10.

This is also the 10th anniversary version of the Stockfish project, which
started exactly ten years ago! I wish to extend a huge thank you to
all contributors and authors in our amazing community :-)

Bench: 3939338

AUTHORS
src/misc.cpp

diff --git a/AUTHORS b/AUTHORS
index d656b6ebe8e41bd451115108035f7d1d087f19f4..dd2c1e386e97dfadc699d1783f0783e40f91eb75 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-# List of authors for Stockfish, updated just after version 9
+# List of authors for Stockfish, updated for version 10
 
 Tord Romstad (romstad)
 Marco Costalba (mcostalba)
index 2bcc7c1382de2514bf34c200106860824c6da33b..846da9cf708e0de8d229ece48ab556c1ff02bc74 100644 (file)
@@ -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";
 
 /// 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