From 0475c8653f6d7d6940918120d3e994845906b6d1 Mon Sep 17 00:00:00 2001 From: Disservin Date: Sun, 30 Mar 2025 14:47:31 +0200 Subject: [PATCH] Restore development closes https://github.com/official-stockfish/Stockfish/pull/5956 No functional change --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index c5ac45f5c..f85356c59 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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