We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc9ee3 commit 2c38e5aCopy full SHA for 2c38e5a
source/common/CMakeLists.txt
@@ -23,8 +23,8 @@ if (NOT DEFINED UMF_REPO)
23
endif()
24
25
if (NOT DEFINED UMF_TAG)
26
- # v0.9.x 12.09.2024: 0.9.0 release
27
- set(UMF_TAG v0.9.0)
+ # v0.9.x 12.11.2024: 0.9.1 release
+ set(UMF_TAG v0.9.1)
28
29
30
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments