Skip to content

Commit

Permalink
Update Version Number, bench: 3386691
Browse files Browse the repository at this point in the history
  • Loading branch information
Vast342 committed Jan 7, 2024
1 parent 8c4fff8 commit 53e4cbe
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 4.0.0 LANGUAGES C CXX)
project(Clarity VERSION 4.1.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 @@ -93,7 +93,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 V4.0.0\n";
std::cout << "id name Clarity V4.1.0\n";
std::cout << "id author Vast\n";
std::cout << "option name Hash type spin default 64 min 1 max 2048\n";
std::cout << "option name Threads type spin default 1 min 1 max 1\n";
Expand Down

0 comments on commit 53e4cbe

Please sign in to comment.