Skip to content

Commit 8c02a20

Browse files
committed
Update Version Number, bench: 6188363
1 parent 4cb04e5 commit 8c02a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uci.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ void loadPosition(const std::vector<std::string>& bits) {
109109

110110
// has the engine identify itself when the GUI says uci
111111
void identify() {
112-
std::cout << "id name Clarity V4.1.0\n";
112+
std::cout << "id name Clarity V5.0.0\n";
113113
std::cout << "id author Vast\n";
114114
std::cout << "option name Hash type spin default 64 min 1 max 2048\n";
115115
std::cout << "option name Threads type spin default 1 min 1 max 64\n";
116-
outputTunables();
116+
//outputTunables();
117117
std::cout << "uciok\n";
118118
}
119119

0 commit comments

Comments
 (0)