mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-07 22:36:49 -04:00
Bump to 0.16.1
This commit is contained in:
parent
25a610a7a3
commit
a02d5a81c3
@ -2,9 +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/).
|
||||||
|
|
||||||
## Unreleased
|
## 0.16.1 - 2020-06-18
|
||||||
### Fixed
|
### Fixed
|
||||||
* Make `SDLmain` library optional in Unix, since some distros seem to drop it
|
* Make `SDLmain` library optional in Unix, since some distros seem to drop it
|
||||||
|
* Fix using unsupported warning flags on some compilers
|
||||||
|
|
||||||
## 0.16.0 - 2018-02-11
|
## 0.16.0 - 2018-02-11
|
||||||
### Added
|
### Added
|
||||||
|
@ -7,7 +7,7 @@ SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
|||||||
|
|
||||||
SET(SDL2PP_MAJOR_VERSION 0)
|
SET(SDL2PP_MAJOR_VERSION 0)
|
||||||
SET(SDL2PP_MINOR_VERSION 16)
|
SET(SDL2PP_MINOR_VERSION 16)
|
||||||
SET(SDL2PP_PATCH_VERSION 0)
|
SET(SDL2PP_PATCH_VERSION 1)
|
||||||
|
|
||||||
SET(SDL2PP_VERSION "${SDL2PP_MAJOR_VERSION}.${SDL2PP_MINOR_VERSION}.${SDL2PP_PATCH_VERSION}")
|
SET(SDL2PP_VERSION "${SDL2PP_MAJOR_VERSION}.${SDL2PP_MINOR_VERSION}.${SDL2PP_PATCH_VERSION}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user