From abcc090a625d7891146645ee493aec5ee8046dc5 Mon Sep 17 00:00:00 2001 From: Disservin Date: Sat, 24 Feb 2024 20:40:48 +0100 Subject: [PATCH] Restore development closes https://github.com/official-stockfish/Stockfish/pull/5073 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 1d089971..4885a5cd 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -75,7 +75,7 @@ namespace Stockfish { namespace { // Version number or dev. -constexpr std::string_view version = "16.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