Skip to content

Commit 378c8bd

Browse files
mstemberamcostalba
authored andcommitted
Stockfish 9
Official release version of Stockfish 9 Bench 5023629
1 parent 2e11388 commit 378c8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc.cpp

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

5252
/// Version number. If Version is left empty, then compile date in the format
5353
/// DD-MM-YY and show in engine_info.
54-
const string Version = "";
54+
const string Version = "9";
5555

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

0 commit comments

Comments
 (0)