diff --git a/devel/wasi-compiler-rt22/Makefile b/devel/wasi-compiler-rt22/Makefile index f59b2876f1dc..4f99dd5a937b 100644 --- a/devel/wasi-compiler-rt22/Makefile +++ b/devel/wasi-compiler-rt22/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm22 -DISTVERSION= 22.1.2 +DISTVERSION= 22.1.3 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx22/Makefile b/devel/wasi-libcxx22/Makefile index db0866be31ec..ad561f1c88b8 100644 --- a/devel/wasi-libcxx22/Makefile +++ b/devel/wasi-libcxx22/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm22 -DISTVERSION= 22.1.2 +DISTVERSION= 22.1.3 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"