diff --git a/devel/wasi-compiler-rt18/Makefile b/devel/wasi-compiler-rt18/Makefile index 2af6a297447f..d16a7b705a51 100644 --- a/devel/wasi-compiler-rt18/Makefile +++ b/devel/wasi-compiler-rt18/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm18 -DISTVERSION= 18.1.3 +DISTVERSION= 18.1.4 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx18/Makefile b/devel/wasi-libcxx18/Makefile index d46a91e3f35e..7ad06eb1b101 100644 --- a/devel/wasi-libcxx18/Makefile +++ b/devel/wasi-libcxx18/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm18 -DISTVERSION= 18.1.3 +DISTVERSION= 18.1.4 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"