diff --git a/devel/wasi-compiler-rt21/Makefile b/devel/wasi-compiler-rt21/Makefile index 161a5c8b3891..6cba4efde72e 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.3 +DISTVERSION= 21.1.4 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx21/Makefile b/devel/wasi-libcxx21/Makefile index 69fcd63238b7..3994ba19f43e 100644 --- a/devel/wasi-libcxx21/Makefile +++ b/devel/wasi-libcxx21/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm21 -DISTVERSION= 21.1.3 +DISTVERSION= 21.1.4 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"