Skip to content

Commit

Permalink
Merge pull request #2546 from lukaszstolarczuk/bump-umf-to-latest-main
Browse files Browse the repository at this point in the history
[main] Bump UMF to v0.10.1
  • Loading branch information
kbenzie authored Jan 16, 2025
2 parents 9b57d7b + 0607d2c commit 023a847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ if (NOT DEFINED UMF_REPO)
endif()

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

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

0 comments on commit 023a847

Please sign in to comment.