From 8b1f87acbe2238015431dd7266662e84cb3894ce Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 27 Apr 2022 18:14:16 +0300 Subject: [PATCH] Bump to 0.16.2 --- CHANGES.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8774f8a..fa30b5f 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.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 diff --git a/CMakeLists.txt b/CMakeLists.txt index cdfd2a6..605147a 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 16) -SET(SDL2PP_PATCH_VERSION 1) +SET(SDL2PP_PATCH_VERSION 2) SET(SDL2PP_VERSION "${SDL2PP_MAJOR_VERSION}.${SDL2PP_MINOR_VERSION}.${SDL2PP_PATCH_VERSION}")