Skip to content

Commit 2c38e5a

Browse files
[UMF] Bump version to the latest patch release v0.9.1
1 parent 4dc9ee3 commit 2c38e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/common/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ if (NOT DEFINED UMF_REPO)
2323
endif()
2424

2525
if (NOT DEFINED UMF_TAG)
26-
# v0.9.x 12.09.2024: 0.9.0 release
27-
set(UMF_TAG v0.9.0)
26+
# v0.9.x 12.11.2024: 0.9.1 release
27+
set(UMF_TAG v0.9.1)
2828
endif()
2929

3030
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)