stellar

UCI Chess engine written in C++20
git clone git://git.dimitrijedobrota.com/stellar.git
Log | Files | Refs | README | LICENSE

commit f6149f90d7058b769134aabb8a07581da53bace6
parent 8a21b456bb5189594052f3038c5b2871c87abe35
author Dimitrije Dobrota <mail@dimitrijedobrota.com>
date Sat, 19 Apr 2025 20:14:27 +0200

Version 1.5

Diffstat:
M CMakeLists.txt | + -
M LICENSE.md | + -
M README.md | + -

3 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/ CMakeLists.txt b/ CMakeLists.txt

@@ -3,7 +3,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) project( Stellar
VERSION 1.4.3
VERSION 1.5.0
DESCRIPTION "Chess engine written in C++" HOMEPAGE_URL https://git.dimitrijedobrota.com/stellar.git LANGUAGES CXX

diff --git a/ LICENSE.md b/ LICENSE.md

@@ -1,6 +1,6 @@ MIT License
Copyright (c) 2023-2024 Dimitrije Dobrota
Copyright (c) 2023-2025 Dimitrije Dobrota
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal

diff --git a/ README.md b/ README.md

@@ -74,7 +74,7 @@ for up to date rating against other engines. ## License
This project is licensed under the MIT License - see the LICENSE.md file for details
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details
## Acknowledgments