1
0
Fork 0

Stockfish 14 release candidate

Bench: 4770936

---

[ ] Draft release message
pull/3596/head
Joost VandeVondele 2021-06-28 21:46:04 +02:00
parent 2275923d3c
commit 8f7f538d06
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,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 = "14";
/// 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