Skip to content

Commit

Permalink
Updated version number to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Aug 5, 2018
1 parent c7ee1a2 commit 50ee3ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ project(tgui)
# project version
SET(MAJOR_VERSION 0)
SET(MINOR_VERSION 7)
SET(PATCH_VERSION 7)
SET(PATCH_VERSION 8)

# Disable deprecated warnings from SFML
add_definitions(-DSFML_NO_DEPRECATED_WARNINGS)
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
TGUI 0.7.8 (5 August 2018)
---------------------------

- EditBox::setInputValidator now throws instead of crashing on GCC < 4.9


TGUI 0.7.7 (21 April 2018)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion include/TGUI/Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
// Version of the library
#define TGUI_VERSION_MAJOR 0
#define TGUI_VERSION_MINOR 7
#define TGUI_VERSION_PATCH 7
#define TGUI_VERSION_PATCH 8


#endif // TGUI_CONFIG_HPP

0 comments on commit 50ee3ed

Please sign in to comment.