We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b1d97 commit b9d73f1Copy full SHA for b9d73f1
src/uci.cpp
@@ -109,7 +109,7 @@ void loadPosition(const std::vector<std::string>& bits) {
109
110
// has the engine identify itself when the GUI says uci
111
void identify() {
112
- std::cout << "id name Clarity V5.0.0\n";
+ std::cout << "id name Clarity V5.1.0\n";
113
std::cout << "id author Vast\n";
114
std::cout << "option name Hash type spin default 64 min 1 max 2048\n";
115
std::cout << "option name Threads type spin default 1 min 1 max 64\n";
0 commit comments