Skip to content

Commit b121701

Browse files
authored
Merge pull request #2546 from lukaszstolarczuk/bump-umf-to-latest-main
[main] Bump UMF to v0.10.1
2 parents ac20685 + b55b9f7 commit b121701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/common/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ if (NOT DEFINED UMF_REPO)
3232
endif()
3333

3434
if (NOT DEFINED UMF_TAG)
35-
# tag v0.10.0
3635
# Tagger: Łukasz Stolarczuk <[email protected]>
37-
# Date: Mon Dec 9 17:01:43 2024 +0100
38-
set(UMF_TAG v0.10.0)
36+
# Date: Fri Jan 10 13:30:49 2025 +0100
37+
# 0.10.1 release
38+
set(UMF_TAG v0.10.1)
3939
endif()
4040

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

0 commit comments

Comments
 (0)