diff --git a/devel/wasi-compiler-rt18/Makefile b/devel/wasi-compiler-rt18/Makefile index a3294761e54f..2af6a297447f 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.2 +DISTVERSION= 18.1.3 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx18/Makefile b/devel/wasi-libcxx18/Makefile index ebdba2cc79c5..d46a91e3f35e 100644 --- a/devel/wasi-libcxx18/Makefile +++ b/devel/wasi-libcxx18/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm18 -DISTVERSION= 18.1.2 +DISTVERSION= 18.1.3 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"