From 310c54572206daac6f5347eb5dec91909e7b92d2 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 28 Jun 2017 22:39:10 +0300 Subject: [PATCH] Bugfix 0.14.1 release --- CHANGES.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3a8ec68..a753d0e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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``` diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f1a8e4..4c94165 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")