From 695dcb54609a34d09018fb04e0104f154dc8c495 Mon Sep 17 00:00:00 2001 From: Joseph Pasfield <78440113+Vast342@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:16:31 -0500 Subject: [PATCH] Update Version Number, bench: 7325300 --- src/uci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uci.cpp b/src/uci.cpp index c3d05a0..6bd42d8 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -112,7 +112,7 @@ void loadPosition(const std::vector& bits) { // has the engine identify itself when the GUI says uci void identify() { - std::cout << "id name Clarity V7.2.0" << std::endl; + std::cout << "id name Clarity V8.0.0" << std::endl; std::cout << "id author Vast" << std::endl; std::cout << "option name Hash type spin default 64 min 1 max 524288" << std::endl; std::cout << "option name Threads type spin default 1 min 1 max 16384" << std::endl;