diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/wasi-compiler-rt17/Makefile | 2 | ||||
-rw-r--r-- | devel/wasi-libcxx17/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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,5 +1,5 @@ # must sync with devel/llvm17 -DISTVERSION= 17.0.5 +DISTVERSION= 17.0.6 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt 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,5 +1,5 @@ # must sync with devel/llvm17 -DISTVERSION= 17.0.5 +DISTVERSION= 17.0.6 MASTERDIR= ${.CURDIR}/../wasi-libcxx |