Skip to content

Commit 0607d2c

Browse files
[common] Bump UMF version to v0.10.1
1 parent 0125279 commit 0607d2c

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 <lukasz.stolarczuk@intel.com>
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)