Skip to content

Commit

Permalink
Updated version to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Feb 23, 2019
1 parent aa5a366 commit eb208ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(NOT SFML_DIR AND NOT CMAKE_MODULE_PATH)
endif()

# Project name and version
project(TGUI VERSION 0.8.3)
project(TGUI VERSION 0.8.4)

# Include the configuration file
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TGUI 0.8.4 (TBD)
-----------------
TGUI 0.8.4 (23 February 2019)
------------------------------

- Added Changed signal to CheckBox and RadioButton (to more easily combine Checked and Unchecked)
- Added EscapeKeyPressed signal to ChildWindow
Expand Down
2 changes: 1 addition & 1 deletion include/TGUI/Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// Version of the library
#define TGUI_VERSION_MAJOR 0
#define TGUI_VERSION_MINOR 8
#define TGUI_VERSION_PATCH 3
#define TGUI_VERSION_PATCH 4

// 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.
Expand Down

0 comments on commit eb208ac

Please sign in to comment.