diff --git a/CMakeLists.txt b/CMakeLists.txt index ccdfd7445..b3743c801 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.4) +project(TGUI VERSION 0.8.5) # Include the configuration file include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake) diff --git a/changelog.txt b/changelog.txt index 3ac669cc6..07f7adc77 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ -TGUI 0.8.5 (TBD) ------------------ +TGUI 0.8.5 (6 April 2019) +-------------------------- - Big improvements to Gui Builder - Svg images are now supported diff --git a/include/TGUI/Config.hpp b/include/TGUI/Config.hpp index b63671d05..2ddab5e99 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 4 +#define TGUI_VERSION_PATCH 5 // 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.