Bugfix 0.14.1 release

This commit is contained in:
Dmitry Marakasov 2017-06-28 22:39:10 +03:00
parent dd3f2da31e
commit 310c545722
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.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```

View File

@ -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}")