mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-05 11:56:00 -04:00
Release 0.17.0
This commit is contained in:
parent
b82c737a76
commit
d50e7365da
@ -2,6 +2,11 @@
|
|||||||
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.17.0 - 2022-04-28
|
||||||
|
### Changed
|
||||||
|
* Switch to modern CMake
|
||||||
|
* Switch to C++17
|
||||||
|
|
||||||
## 0.16.2 - 2022-04-25
|
## 0.16.2 - 2022-04-25
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fix font dimensions test
|
* Fix font dimensions test
|
||||||
|
@ -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.16.2)
|
project(libSDL2pp LANGUAGES CXX VERSION 0.17.0)
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user