Skip to content

Commit

Permalink
Updated version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Jul 17, 2022
1 parent 22c49d9 commit 2b7610f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Macros.cmake)
tgui_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)")

# Project name and version
project(TGUI VERSION 0.9.4)
project(TGUI VERSION 0.9.5)

# TGUI uses the paths from the cmake GNUInstallDirs module as defaults (https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html)
include(GNUInstallDirs)
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
TGUI 0.9.5 (17 July 2022)
--------------------------

- Fixed Gui Builder crash when creating or loading any form
- Fixed crash when position of ChildWindow depends on its size


TGUI 0.9.4 (15 June 2022)
--------------------------

Expand Down

0 comments on commit 2b7610f

Please sign in to comment.