From f7fd183fca312b06a5cbe76a9a10f8dae664b4f6 Mon Sep 17 00:00:00 2001 From: crippa1337 Date: Fri, 25 Aug 2023 19:58:35 +0200 Subject: [PATCH] Bump version Bench: 9449650 --- engine/src/uci/handler.rs | 2 +- info/CHANGELOG.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/engine/src/uci/handler.rs b/engine/src/uci/handler.rs index 9ebece1..6f1d6c6 100644 --- a/engine/src/uci/handler.rs +++ b/engine/src/uci/handler.rs @@ -35,7 +35,7 @@ impl Default for UCIOptions { } fn id() { - println!("id name Svart 5.4"); + println!("id name Svart 6"); println!("id author Cristopher Torgrip"); } diff --git a/info/CHANGELOG.txt b/info/CHANGELOG.txt index cf80207..537a52a 100644 --- a/info/CHANGELOG.txt +++ b/info/CHANGELOG.txt @@ -369,3 +369,8 @@ Update best move in asp. window fail high GAMES | N: 5288 W: 1525 L: 1351 D: 2412 ==================================================================================== +Release 6 [25 August] + +Implements SMP. + +====================================================================================