Release 0.18.0

This commit is contained in:
Dmitry Marakasov 2023-03-27 23:43:40 +03:00
parent 7cd6255d13
commit a695265d4d
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 0.18.0 - 2023-03-27
### Changed
* Switch SDL2_{mixer,mixer,ttf} detection to upstream CMake scripts
## 0.17.0 - 2022-04-28 ## 0.17.0 - 2022-04-28
### Changed ### Changed
* Switch to modern CMake * Switch to modern CMake

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR) cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
# meta # meta
project(libSDL2pp LANGUAGES CXX VERSION 0.17.0) project(libSDL2pp LANGUAGES CXX VERSION 0.18.0)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)