We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d76893 commit 14a87b9Copy full SHA for 14a87b9
src/uci.cpp
@@ -112,7 +112,7 @@ void loadPosition(const std::vector<std::string>& bits) {
112
113
// has the engine identify itself when the GUI says uci
114
void identify() {
115
- std::cout << "id name Clarity V7.1.0" << std::endl;
+ std::cout << "id name Clarity V7.2.0" << std::endl;
116
std::cout << "id author Vast" << std::endl;
117
std::cout << "option name Hash type spin default 64 min 1 max 524288" << std::endl;
118
std::cout << "option name Threads type spin default 1 min 1 max 16384" << std::endl;
0 commit comments