Version 1.5
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
@@ -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
@@ -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
@@ -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