mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
Bump version number to 1.14.1
This commit is contained in:
parent
c1c89b3257
commit
db7e383e33
62 changed files with 81 additions and 81 deletions
|
|
@ -4,7 +4,7 @@
|
|||
cmake_minimum_required(VERSION 3.21)
|
||||
# Select C++ and C as languages, as Corrosion needs ${CMAKE_C_COMPILER}
|
||||
# for linking
|
||||
project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES C CXX VERSION 1.14.0)
|
||||
project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES C CXX VERSION 1.14.1)
|
||||
|
||||
include(FeatureSummary)
|
||||
include(CMakeDependentOption)
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ import json
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = "1.14.0"
|
||||
version = "1.14.1"
|
||||
|
||||
project = f"Slint {version} C++ API"
|
||||
copyright = "SixtyFPS GmbH"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ else()
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint
|
||||
GIT_TAG v1.14.0
|
||||
GIT_TAG v1.14.1
|
||||
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-2.0 OR LicenseRef-Slint-Software-3.0"
|
||||
version: "1.14.0"
|
||||
version: "1.14.1"
|
||||
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