mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Bugfix 0.14.1 release
This commit is contained in:
parent
dd3f2da31e
commit
310c545722
@ -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.14.1 - 2017-06-28
|
||||
### Fixed
|
||||
* ```Surface.hh``` include was missing from ```SDL2pp.hh```
|
||||
|
||||
## 0.14.0 - 2017-05-29
|
||||
### Fixed
|
||||
* Proper ```Size()``` handling for custom ```RWops```
|
||||
|
@ -7,7 +7,7 @@ SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
||||
|
||||
SET(SDL2PP_MAJOR_VERSION 0)
|
||||
SET(SDL2PP_MINOR_VERSION 14)
|
||||
SET(SDL2PP_PATCH_VERSION 0)
|
||||
SET(SDL2PP_PATCH_VERSION 1)
|
||||
|
||||
SET(SDL2PP_VERSION "${SDL2PP_MAJOR_VERSION}.${SDL2PP_MINOR_VERSION}.${SDL2PP_PATCH_VERSION}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user