Restore development

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

No functional change
This commit is contained in:
Disservin
2026-02-04 17:29:42 +01:00
committed by Joost VandeVondele
parent cb3d4ee9b4
commit 823b04e58a
+1 -1
View File
@@ -40,7 +40,7 @@ namespace Stockfish {
namespace { namespace {
// Version number or dev. // Version number or dev.
constexpr std::string_view version = "18"; constexpr std::string_view version = "dev";
// Our fancy logging facility. The trick here is to replace cin.rdbuf() and // 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 // cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We