mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
Bump version
This commit is contained in:
parent
af6d3661cb
commit
20cfb65e53
24 changed files with 58 additions and 54 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.1
|
||||
VERSION 0.0.2
|
||||
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 1)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 2)
|
||||
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")
|
||||
|
|
|
@ -34,7 +34,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
SixtyFPS
|
||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||
GIT_TAG v0.0.1
|
||||
GIT_TAG v0.0.2
|
||||
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(SixtyFPS)
|
||||
|
@ -67,7 +67,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
SixtyFPS
|
||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||
GIT_TAG v0.0.1
|
||||
GIT_TAG v0.0.2
|
||||
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(SixtyFPS)
|
||||
|
|
|
@ -22,7 +22,7 @@ copyright = '2020, info@sixtyfps.io'
|
|||
author = 'info@sixtyfps.io'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.0.1'
|
||||
release = '0.0.2'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
@ -73,4 +73,4 @@ html_theme = 'sphinx_rtd_theme'
|
|||
html_static_path = ['_static']
|
||||
|
||||
def setup(app):
|
||||
app.add_css_file('theme_tweak.css')
|
||||
app.add_css_file('theme_tweak.css')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue