From 957cafd650048c3e19686717d218b5f856415c80 Mon Sep 17 00:00:00 2001 From: Bruno Van de Velde Date: Mon, 15 Oct 2018 22:16:47 +0200 Subject: [PATCH] Updated version to 0.8.1 --- CMakeLists.txt | 2 +- include/TGUI/Config.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cbdc5b3b..3ed8133f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ if(NOT SFML_DIR AND NOT CMAKE_MODULE_PATH) endif() # Project name and version -project(TGUI VERSION 0.8.0) +project(TGUI VERSION 0.8.1) # Include the configuration file include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake) diff --git a/include/TGUI/Config.hpp b/include/TGUI/Config.hpp index b685096c0..1e5c0b11e 100644 --- a/include/TGUI/Config.hpp +++ b/include/TGUI/Config.hpp @@ -55,7 +55,7 @@ // Version of the library #define TGUI_VERSION_MAJOR 0 #define TGUI_VERSION_MINOR 8 -#define TGUI_VERSION_PATCH 0 +#define TGUI_VERSION_PATCH 1 // The signal system detects whether it can provide unbound parameters by checking the arguments of the function at runtime. // This comparion is made by checking the typeid of the parameters with the typeid of the value which the widget can transmit.