mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Bump version numbers
Note: this does not update the documentation yet
This commit is contained in:
parent
f373d627fe
commit
125ec13f24
21 changed files with 48 additions and 48 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.2
|
||||
VERSION 0.0.3
|
||||
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 2)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 3)
|
||||
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")
|
||||
|
|
|
@ -22,7 +22,7 @@ copyright = '2020, info@sixtyfps.io'
|
|||
author = 'info@sixtyfps.io'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.0.2'
|
||||
release = '0.0.3'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue