Skip to content

Commit a34f4cf

Browse files
committed
Updated version to 1.8
1 parent ac4a9c8 commit a34f4cf

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.7.0 LANGUAGES CXX)
34+
project(TGUI VERSION 1.8.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.8 (TBD)
2-
---------------
1+
TGUI 1.8 (23 February 2025)
2+
----------------------------
33

44
- New widget: ContextMenu
55
- Added handleWindowEvents function to SFML backend (only for SFML 3)

0 commit comments

Comments
 (0)