Bump to 0.16.2

This commit is contained in:
Dmitry Marakasov 2022-04-27 18:14:16 +03:00
parent 7eda724660
commit 8b1f87acbe
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.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.16.2 - 2022-04-25
### Fixed
* Fix font dimensions test
## 0.16.1 - 2020-06-18
### Fixed
* Make `SDLmain` library optional in Unix, since some distros seem to drop it

View File

@ -7,7 +7,7 @@ SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
SET(SDL2PP_MAJOR_VERSION 0)
SET(SDL2PP_MINOR_VERSION 16)
SET(SDL2PP_PATCH_VERSION 1)
SET(SDL2PP_PATCH_VERSION 2)
SET(SDL2PP_VERSION "${SDL2PP_MAJOR_VERSION}.${SDL2PP_MINOR_VERSION}.${SDL2PP_PATCH_VERSION}")