mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Bump version number to 0.2.0
This commit is contained in:
parent
2b629a811b
commit
42f1964e54
51 changed files with 91 additions and 91 deletions
|
@ -195,7 +195,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.6
|
||||
VERSION 0.2.0
|
||||
COMPATIBILITY SameMinorVersion
|
||||
)
|
||||
|
||||
|
@ -240,8 +240,8 @@ set(CPACK_PACKAGE_NAME "SixtyFPS-cpp")
|
|||
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 6)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 2)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 0)
|
||||
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")
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "sixtyfps-cpp"
|
||||
version = "0.1.6"
|
||||
version = "0.2.0"
|
||||
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
|
@ -32,10 +32,10 @@ testing = ["sixtyfps-rendering-backend-testing"]
|
|||
default = ["backend-gl", "x11", "backend-qt"]
|
||||
|
||||
[dependencies]
|
||||
sixtyfps-corelib = { version = "=0.1.6", path="../../sixtyfps_runtime/corelib", features = ["ffi"] }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.1.6", path="../../sixtyfps_runtime/rendering_backends/default" }
|
||||
sixtyfps-rendering-backend-testing = { version = "=0.1.6", path="../../sixtyfps_runtime/rendering_backends/testing", optional = true }
|
||||
sixtyfps-interpreter = { version = "=0.1.6", path="../../sixtyfps_runtime/interpreter", default-features = false, features = ["ffi"], optional = true }
|
||||
sixtyfps-corelib = { version = "=0.2.0", path="../../sixtyfps_runtime/corelib", features = ["ffi"] }
|
||||
sixtyfps-rendering-backend-default = { version = "=0.2.0", path="../../sixtyfps_runtime/rendering_backends/default" }
|
||||
sixtyfps-rendering-backend-testing = { version = "=0.2.0", path="../../sixtyfps_runtime/rendering_backends/testing", optional = true }
|
||||
sixtyfps-interpreter = { version = "=0.2.0", path="../../sixtyfps_runtime/interpreter", default-features = false, features = ["ffi"], optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
cbindgen = "0.20"
|
||||
|
|
|
@ -26,7 +26,7 @@ copyright = "2021, info@sixtyfps.io"
|
|||
author = "info@sixtyfps.io"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = "0.1.6"
|
||||
version = "0.2.0"
|
||||
|
||||
cpp_index_common_prefix = ["sixtyfps::", "sixtyfps::interpreter::"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue