diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-07-01 23:47:22 +0000 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-07-01 23:47:22 +0000 |
commit | bfa9205ff9aef1f6dc02efa2aa44c3f765e1d1f1 (patch) | |
tree | fe8b63109b1be8069d328ecdda20940f95535973 | |
parent | e90c252298ff8425cce60fe04b04a32c2ac91d3b (diff) |
-rw-r--r-- | devel/wasi-compiler-rt20/Makefile | 2 | ||||
-rw-r--r-- | devel/wasi-libcxx20/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/wasi-compiler-rt20/Makefile b/devel/wasi-compiler-rt20/Makefile index c82584befbc8..25f97501f213 100644 --- a/devel/wasi-compiler-rt20/Makefile +++ b/devel/wasi-compiler-rt20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.6 +DISTVERSION= 20.1.7 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt diff --git a/devel/wasi-libcxx20/Makefile b/devel/wasi-libcxx20/Makefile index 24519bc3194f..398c70b0321d 100644 --- a/devel/wasi-libcxx20/Makefile +++ b/devel/wasi-libcxx20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.6 +DISTVERSION= 20.1.7 MASTERDIR= ${.CURDIR}/../wasi-libcxx |