Skip to content

Commit f646268

Browse files
committed
Updated version to 1.10
1 parent f6a84db commit f646268

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Macros.cmake)
3131
tgui_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)")
3232

3333
# Project name and version
34-
project(TGUI VERSION 1.9.0 LANGUAGES CXX)
34+
project(TGUI VERSION 1.10.0 LANGUAGES CXX)
3535

3636
# Use the paths from the cmake GNUInstallDirs module as defaults (https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html)
3737
include(GNUInstallDirs)

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TGUI 1.10 (TBD)
2-
----------------
1+
TGUI 1.10 (14 June 2025)
2+
-------------------------
33

44
- Added MaxWidth property to RadioButton and CheckBox
55
- Added ClientPadding property to ChildWindow renderer

0 commit comments

Comments
 (0)