Skip to content

Commit

Permalink
Updated version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Jun 15, 2022
1 parent b08576b commit 790b0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3)
project(TGUI VERSION 0.9.4)

# 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
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TGUI 0.9.4 (TBD)
-----------------
TGUI 0.9.4 (15 June 2022)
--------------------------

- Default theme no longer affects loading widgets from file
- Added TextAlignment property to ListBox
Expand Down

0 comments on commit 790b0af

Please sign in to comment.