From 823b04e58a8429a576db94f6061aae0b49907401 Mon Sep 17 00:00:00 2001 From: Disservin Date: Sat, 31 Jan 2026 20:02:15 +0100 Subject: [PATCH] Restore development closes https://github.com/official-stockfish/Stockfish/pull/6581 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 5f8f31a9f..3ddae503c 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 = "18"; +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