diff --git a/devel/wasi-compiler-rt18/Makefile b/devel/wasi-compiler-rt18/Makefile index 203556ffa9ff..e56592852dfc 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.7 +DISTVERSION= 18.1.8 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx18/Makefile b/devel/wasi-libcxx18/Makefile index e8c40945d2f2..a167ef85ce3c 100644 --- a/devel/wasi-libcxx18/Makefile +++ b/devel/wasi-libcxx18/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm18 -DISTVERSION= 18.1.7 +DISTVERSION= 18.1.8 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"