mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Bump version number to 0.1.1
This commit is contained in:
parent
298f6bbe89
commit
53f286258c
46 changed files with 82 additions and 82 deletions
|
@ -145,7 +145,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.1.0
|
||||
VERSION 0.1.1
|
||||
COMPATIBILITY SameMinorVersion
|
||||
)
|
||||
|
||||
|
@ -161,7 +161,7 @@ set(CPACK_PACKAGE_VENDOR "SixtyFPS")
|
|||
set(CPACK_VERBATIM_VARIABLES true)
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR 0)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 1)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 0)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 1)
|
||||
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")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sixtyfps-cpp"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -21,8 +21,8 @@ default = ["sixtyfps-interpreter"]
|
|||
testing = ["sixtyfps-rendering-backend-testing"]
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-corelib = { version = "=0.1.0", path="../../sixtyfps_runtime/corelib", features = ["ffi"] }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.1.0", path="../../sixtyfps_runtime/rendering_backends/default" }
|
||||
sixtyfps-rendering-backend-testing = { version = "=0.1.0", path="../../sixtyfps_runtime/rendering_backends/testing", optional = true }
|
||||
sixtyfps-interpreter = { version = "=0.1.0", path="../../sixtyfps_runtime/interpreter", features = ["ffi"], optional = true }
|
||||
sixtyfps-corelib = { version = "=0.1.1", path="../../sixtyfps_runtime/corelib", features = ["ffi"] }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.1.1", path="../../sixtyfps_runtime/rendering_backends/default" }
|
||||
sixtyfps-rendering-backend-testing = { version = "=0.1.1", path="../../sixtyfps_runtime/rendering_backends/testing", optional = true }
|
||||
sixtyfps-interpreter = { version = "=0.1.1", path="../../sixtyfps_runtime/interpreter", features = ["ffi"], optional = true }
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ copyright = '2021, info@sixtyfps.io'
|
|||
author = 'info@sixtyfps.io'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = '0.1.0'
|
||||
version = '0.1.1'
|
||||
|
||||
cpp_index_common_prefix = [ "sixtyfps::", "sixtyfps::interpreter::" ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue