mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Restore development
closes https://github.com/official-stockfish/Stockfish/pull/6581 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
cb3d4ee9b4
commit
823b04e58a
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user