Skip to content

Commit

Permalink
Updated version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Jan 15, 2022
1 parent 3babeca commit 46e681b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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.2)
project(TGUI VERSION 0.9.3)

# 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
@@ -1,5 +1,5 @@
TGUI 0.9.3 (TBD)
-----------------
TGUI 0.9.3 (15 January 2022)
-----------------------------

- Added RoundedBorderRadius property to Panel renderer
- Touch events didn't work in SDL backend
Expand Down

0 comments on commit 46e681b

Please sign in to comment.