Skip to content

Commit 96f9ab9

Browse files
committed
Release v22.09.
1 parent 557873e commit 96f9ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ The Platform Toolset is "LLVM for Visual Studio 2010 (`LLVM_v100`)" and "LLVM fo
140140

141141
Examples:
142142

143-
curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v22.03/LLVM_VS2017.zip"
143+
curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v22.09/LLVM_VS2017.zip"
144144
7z x -y "LLVM_VS2017.zip" >NUL
145145
CALL "LLVM_VS2017\install.bat" 1
146146

147-
curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v22.03/LLVM_VS2010_2015.zip"
147+
curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v22.09/LLVM_VS2010_2015.zip"
148148
7z x -y "LLVM_VS2010_2015.zip" >NUL
149149
CALL "LLVM_VS2010_2015\install.bat" 1
150150

0 commit comments

Comments
 (0)