stellarUCI Chess engine written in C++20 |
git clone git://git.dimitrijedobrota.com/stellar.git |
Log | Files | Refs | README | LICENSE | |
commit | d26899b9c7d9382a76489e893907a2e4be8aac7b |
parent | 3d9687348b80513a5b5f10932209cdbc4a4228f6 |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Thu, 21 Sep 2023 19:58:55 +0000 |
Bump up the version
Diffstat:M | CMakeLists.txt | | | +- |
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -3,7 +3,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
project(
Stellar
VERSION 1.1.0
VERSION 9.0.0
DESCRIPTION "Chess engine written in C++"
HOMEPAGE_URL https://git.dimitrijedobrota.com/stellar.git
LANGUAGES CXX