diff --git a/devel/wasi-compiler-rt21/Makefile b/devel/wasi-compiler-rt21/Makefile index ae90a63d04cf..83bf4c9217c2 100644 --- a/devel/wasi-compiler-rt21/Makefile +++ b/devel/wasi-compiler-rt21/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm21 -DISTVERSION= 21.1.0 +DISTVERSION= 21.1.1 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx21/Makefile b/devel/wasi-libcxx21/Makefile index 43c4c028e2f0..00d67cd33423 100644 --- a/devel/wasi-libcxx21/Makefile +++ b/devel/wasi-libcxx21/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm21 -DISTVERSION= 21.1.0 +DISTVERSION= 21.1.1 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"