Updated version to 0.8.3

0.8
Bruno Van de Velde 2019-01-27 18:53:37 +01:00
parent 649755d069
commit 5d96ddf46b
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ if(NOT SFML_DIR AND NOT CMAKE_MODULE_PATH)
endif()
# Project name and version
project(TGUI VERSION 0.8.2)
project(TGUI VERSION 0.8.3)
# Include the configuration file
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)

View File

@ -55,7 +55,7 @@
// Version of the library
#define TGUI_VERSION_MAJOR 0
#define TGUI_VERSION_MINOR 8
#define TGUI_VERSION_PATCH 2
#define TGUI_VERSION_PATCH 3
// 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.