diff --git a/devel/wasi-compiler-rt17/Makefile b/devel/wasi-compiler-rt17/Makefile index e4fb5420f0f2..b9ba826bf5de 100644 --- a/devel/wasi-compiler-rt17/Makefile +++ b/devel/wasi-compiler-rt17/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm17 -DISTVERSION= 17.0.5 +DISTVERSION= 17.0.6 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx17/Makefile b/devel/wasi-libcxx17/Makefile index fcfd20072be8..beda85347bd5 100644 --- a/devel/wasi-libcxx17/Makefile +++ b/devel/wasi-libcxx17/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm17 -DISTVERSION= 17.0.5 +DISTVERSION= 17.0.6 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"