Skip to content

Commit

Permalink
Update Version Number, bench: 10657336
Browse files Browse the repository at this point in the history
  • Loading branch information
Vast342 committed Jun 9, 2024
1 parent 1e1b7ff commit 2dfe3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# initializing stuff
cmake_minimum_required(VERSION 3.11)
project(Clarity VERSION 6.0.0 LANGUAGES C CXX)
project(Clarity VERSION 7.0.0 LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_VERBOSE_MAKEFILE ON)
Expand Down
2 changes: 1 addition & 1 deletion src/uci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void loadPosition(const std::vector<std::string>& bits) {

// has the engine identify itself when the GUI says uci
void identify() {
std::cout << "id name Clarity V6.0.0" << std::endl;
std::cout << "id name Clarity V7.0.0" << std::endl;
std::cout << "id author Vast" << std::endl;
std::cout << "option name Hash type spin default 64 min 1 max 2048" << std::endl;
std::cout << "option name Threads type spin default 1 min 1 max 64" << std::endl;
Expand Down

0 comments on commit 2dfe3e8

Please sign in to comment.