Skip to content

Commit

Permalink
Bump UMF version to v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk authored and omarahmed1111 committed Sep 12, 2024
1 parent ea5037c commit 2dfc006
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 23.08.2024: Merge pull request #696 ...
set(UMF_TAG 3c340e61c197f4f9e29abd947f90ce27c571433e)
# v0.9.x 12.09.2024: 0.9.0 release
set(UMF_TAG v0.9.0)
endif()

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

0 comments on commit 2dfc006

Please sign in to comment.