diff options
-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 25f97501f213..2cd2b30e3699 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.7 +DISTVERSION= 20.1.8 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt diff --git a/devel/wasi-libcxx20/Makefile b/devel/wasi-libcxx20/Makefile index 398c70b0321d..a9f5bdc03230 100644 --- a/devel/wasi-libcxx20/Makefile +++ b/devel/wasi-libcxx20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.7 +DISTVERSION= 20.1.8 MASTERDIR= ${.CURDIR}/../wasi-libcxx |