File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# initializing stuff
22cmake_minimum_required (VERSION 3.11 )
3- project (Clarity VERSION 6 .0.0 LANGUAGES C CXX )
3+ project (Clarity VERSION 7 .0.0 LANGUAGES C CXX )
44set (CMAKE_CXX_STANDARD 20)
55set (CMAKE_CXX_STANDARD_REQUIRED ON )
66set (CMAKE_VERBOSE_MAKEFILE ON )
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ void loadPosition(const std::vector<std::string>& bits) {
111111
112112// has the engine identify itself when the GUI says uci
113113void identify () {
114- std::cout << " id name Clarity V6 .0.0" << std::endl;
114+ std::cout << " id name Clarity V7 .0.0" << std::endl;
115115 std::cout << " id author Vast" << std::endl;
116116 std::cout << " option name Hash type spin default 64 min 1 max 2048" << std::endl;
117117 std::cout << " option name Threads type spin default 1 min 1 max 64" << std::endl;
You can’t perform that action at this time.
0 commit comments