Skip to content

Commit d61cf66

Browse files
Merge pull request #1985 from igchor/bump_umf_soversion
[Common] bump umf version to include SOVERSION fix
2 parents b0c64c8 + b0e451d commit d61cf66

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
@@ -24,8 +24,8 @@ if (NOT DEFINED UMF_REPO)
2424
endif()
2525

2626
if (NOT DEFINED UMF_TAG)
27-
# v0.9.x 05.08.2024: Merge pull request #662 ...
28-
set(UMF_TAG 85e3bd72dbaa95e9e5fd2a4a787714b7cf1c6a16)
27+
# v0.9.x 15.08.2024: Merge pull request #683 ...
28+
set(UMF_TAG 363e6a4300ed3ab6d36be201d520f3403f70e007)
2929
endif()
3030

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

0 commit comments

Comments
 (0)