diff --git a/devel/wasi-compiler-rt19/Makefile b/devel/wasi-compiler-rt19/Makefile index 20bc1b16713b..718a04e57ce8 100644 --- a/devel/wasi-compiler-rt19/Makefile +++ b/devel/wasi-compiler-rt19/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm19 -DISTVERSION= 19.1.2 +DISTVERSION= 19.1.3 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx19/Makefile b/devel/wasi-libcxx19/Makefile index 5777f131c834..7d79a518be53 100644 --- a/devel/wasi-libcxx19/Makefile +++ b/devel/wasi-libcxx19/Makefile @@ -1,6 +1,6 @@ # must sync with devel/llvm19 -DISTVERSION= 19.1.2 +DISTVERSION= 19.1.3 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"