Restore development

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

No functional change
This commit is contained in:
Disservin
2025-03-30 14:47:31 +02:00
parent 03e27488f3
commit 0475c8653f

View File

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