Skip to content

Commit

Permalink
Updated version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Jul 15, 2024
1 parent 2f6a1f8 commit 9eaa83b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 1.3.0 LANGUAGES CXX)
project(TGUI VERSION 1.4.0 LANGUAGES CXX)

# Use the paths from the cmake GNUInstallDirs module as defaults (https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html)
include(GNUInstallDirs)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Precompiled libraries for some compilers are available for each [release](https:
Learn
-----

* [Widgets overview](https://tgui.eu/tutorials/1.0/widgets-overview/)
* [Tutorials](https://tgui.eu/tutorials/1.0/)
* [Documentation](https://tgui.eu/documentation/1.0/)
* [Examples](https://tgui.eu/examples/1.0/)
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 1.4 (TBD)
---------------
TGUI 1.4 (15 July 2024)
------------------------

- New widget: SplitContainer
- Added MaxValue getter to Scrollbar
Expand Down

0 comments on commit 9eaa83b

Please sign in to comment.