mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Bump version number to 1.3.2
This commit is contained in:
parent
361900aae8
commit
b9255ab8e2
39 changed files with 59 additions and 59 deletions
|
@ -407,7 +407,7 @@ if(SLINT_BUILD_RUNTIME)
|
|||
|
||||
write_basic_package_version_file(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Slint/SlintConfigVersion.cmake
|
||||
VERSION 1.3.1
|
||||
VERSION 1.3.2
|
||||
COMPATIBILITY SameMinorVersion
|
||||
)
|
||||
|
||||
|
@ -456,7 +456,7 @@ set(CPACK_PACKAGE_VENDOR "Slint")
|
|||
set(CPACK_VERBATIM_VARIABLES true)
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR 1)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 3)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 1)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 2)
|
||||
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")
|
||||
|
|
|
@ -22,7 +22,7 @@ import textwrap
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
|
||||
project = f'Slint {version} C++ API'
|
||||
copyright = "SixtyFPS GmbH"
|
||||
|
|
|
@ -28,7 +28,7 @@ else(SLINT_ESP_LOCAL_EXAMPLE)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint
|
||||
GIT_TAG v1.3.1
|
||||
GIT_TAG v1.3.2
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(Slint)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
description: "Slint — declarative GUI toolkit"
|
||||
url: "https://slint.dev"
|
||||
license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
|
||||
version: "1.3.1"
|
||||
version: "1.3.2"
|
||||
discussion: "https://github.com/slint-ui/slint/discussions"
|
||||
documentation: "https://slint.dev/docs"
|
||||
repository: "https://github.com/slint-ui/slint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue