Skip to content

Commit

Permalink
Merge pull request #2314 from lukaszstolarczuk/bump-umf-on-v0.10.x
Browse files Browse the repository at this point in the history
[v0.10.x][UMF] Bump version to the latest patch release v0.9.1
  • Loading branch information
aarongreig authored Nov 12, 2024
2 parents 4dc9ee3 + 2c38e5a commit 87f5283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ if (NOT DEFINED UMF_REPO)
endif()

if (NOT DEFINED UMF_TAG)
# v0.9.x 12.09.2024: 0.9.0 release
set(UMF_TAG v0.9.0)
# v0.9.x 12.11.2024: 0.9.1 release
set(UMF_TAG v0.9.1)
endif()

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

0 comments on commit 87f5283

Please sign in to comment.