Bump version number to 1.8.0

This commit is contained in:
ogoffart 2024-08-15 12:44:46 +00:00
parent 0b99a3d023
commit 4dd7d96a28
45 changed files with 66 additions and 66 deletions

View file

@ -433,7 +433,7 @@ if(SLINT_BUILD_RUNTIME)
write_basic_package_version_file(
${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Slint/SlintConfigVersion.cmake
VERSION 1.7.2
VERSION 1.8.0
COMPATIBILITY SameMinorVersion
)
@ -450,8 +450,8 @@ set(CPACK_PACKAGE_NAME "Slint-cpp")
set(CPACK_PACKAGE_VENDOR "Slint")
set(CPACK_VERBATIM_VARIABLES true)
set(CPACK_PACKAGE_VERSION_MAJOR 1)
set(CPACK_PACKAGE_VERSION_MINOR 7)
set(CPACK_PACKAGE_VERSION_PATCH 2)
set(CPACK_PACKAGE_VERSION_MINOR 8)
set(CPACK_PACKAGE_VERSION_PATCH 0)
set(CPACK_PACKAGE_HOMEPAGE_URL "https://slint.dev")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_LIST_DIR}/../../LICENSE.md")
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_LIST_DIR}/README.md")

View file

@ -22,7 +22,7 @@ import textwrap
# -- Project information -----------------------------------------------------
# The full version, including alpha/beta/rc tags
version = "1.7.2"
version = "1.8.0"
project = f'Slint {version} C++ API'
copyright = "SixtyFPS GmbH"

View file

@ -35,7 +35,7 @@ else(SLINT_ESP_LOCAL_EXAMPLE)
FetchContent_Declare(
Slint
GIT_REPOSITORY https://github.com/slint-ui/slint
GIT_TAG v1.7.2
GIT_TAG v1.8.0
SOURCE_SUBDIR api/cpp
)
FetchContent_MakeAvailable(Slint)

View file

@ -4,7 +4,7 @@
description: "Slint — declarative GUI toolkit"
url: "https://slint.dev"
license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
version: "1.7.2"
version: "1.8.0"
discussion: "https://github.com/slint-ui/slint/discussions"
documentation: "https://slint.dev/docs"
repository: "https://github.com/slint-ui/slint"