Skip to content

Commit 2c355bc

Browse files
committed
Updated version to 1.5
1 parent 9ce5cd2 commit 2c355bc

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.4.1 LANGUAGES CXX)
34+
project(TGUI VERSION 1.5.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.5 (TBD)
2-
--------------
1+
TGUI 1.5 (25 August 2024)
2+
-------------------------
33

44
- Added uniform scrollbar access to all widgets with a scrollbar
55
- Added getter for hovered item to ListBox, ListView, PanelListBox, Tabs and TreeView

0 commit comments

Comments
 (0)