Restore development

closes https://github.com/official-stockfish/Stockfish/pull/4651

No functional change
This commit is contained in:
Joost VandeVondele
2023-07-01 12:18:46 +02:00
parent 68e1e9b381
commit 0fd186fb28

View File

@@ -73,7 +73,7 @@ namespace Stockfish {
namespace {
/// Version number or dev.
constexpr string_view version = "16";
constexpr string_view version = "dev";
/// 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