Skip to content

Commit b4c239b

Browse files
committed
Stockfish 10
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
1 parent 622360a commit b4c239b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# List of authors for Stockfish, updated just after version 9
1+
# List of authors for Stockfish, updated for version 10
22

33
Tord Romstad (romstad)
44
Marco Costalba (mcostalba)

src/misc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace {
5656

5757
/// Version number. If Version is left empty, then compile date in the format
5858
/// DD-MM-YY and show in engine_info.
59-
const string Version = "";
59+
const string Version = "10";
6060

6161
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
6262
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We

0 commit comments

Comments
 (0)