mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Update version number everywhere
This commit is contained in:
parent
1d6a0b0b9c
commit
fea2478859
22 changed files with 53 additions and 53 deletions
|
@ -102,7 +102,7 @@ configure_package_config_file("cmake/SixtyFPSConfig.cmake.in" "${CMAKE_CURRENT_B
|
|||
|
||||
write_basic_package_version_file(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/SixtyFPS/SixtyFPSConfigVersion.cmake
|
||||
VERSION 0.0.4
|
||||
VERSION 0.0.5
|
||||
COMPATIBILITY ExactVersion
|
||||
)
|
||||
|
||||
|
@ -118,7 +118,7 @@ set(CPACK_PACKAGE_VENDOR "SixtyFPS")
|
|||
set(CPACK_VERBATIM_VARIABLES true)
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR 0)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 0)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 4)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 5)
|
||||
set(CPACK_PACKAGE_HOMEPAGE_URL "https://sixtyfps.io")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_LIST_DIR}/../../LICENSE.md")
|
||||
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_LIST_DIR}/README.md")
|
||||
|
|
|
@ -37,7 +37,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
SixtyFPS
|
||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||
GIT_TAG v0.0.4
|
||||
GIT_TAG v0.0.5
|
||||
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(SixtyFPS)
|
||||
|
@ -70,7 +70,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
SixtyFPS
|
||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||
GIT_TAG v0.0.4
|
||||
GIT_TAG v0.0.5
|
||||
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(SixtyFPS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue