Skip to content

Commit

Permalink
Release featomic v0.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Dec 9, 2024
1 parent c1e16e7 commit c0b4158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion featomic-torch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function(check_compatible_versions _dependency_ _actual_ _requested_)
endfunction()


set(REQUIRED_FEATOMIC_VERSION "0.0.0")
set(REQUIRED_FEATOMIC_VERSION "0.6.0-rc1")
if (NOT "$ENV{FEATOMIC_NO_LOCAL_DEPS}" STREQUAL "1")
# If building a dev version, we also need to update the
# REQUIRED_FEATOMIC_VERSION in the same way we update the
Expand Down
2 changes: 1 addition & 1 deletion featomic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "featomic"
version = "0.0.0"
version = "0.6.0-rc1"
authors = ["Guillaume Fraux <[email protected]>"]
edition = "2021"
rust-version = "1.74"
Expand Down
2 changes: 1 addition & 1 deletion featomic/tests/cmake-project/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(featomic-test-cmake-project C CXX)
# We need to update the REQUIRED_FEATOMIC_VERSION in the same way we update the
# featomic version for dev builds
include(../../cmake/dev-versions.cmake)
set(REQUIRED_FEATOMIC_VERSION "0.0.0")
set(REQUIRED_FEATOMIC_VERSION "0.6.0-rc1")
create_development_version("${REQUIRED_FEATOMIC_VERSION}" FEATOMIC_FULL_VERSION "featomic-v")
string(REGEX REPLACE "([0-9]*)\\.([0-9]*).*" "\\1.\\2" REQUIRED_FEATOMIC_VERSION ${FEATOMIC_FULL_VERSION})
find_package(featomic ${REQUIRED_FEATOMIC_VERSION} REQUIRED)
Expand Down

0 comments on commit c0b4158

Please sign in to comment.