Skip to content

Commit 6e14c7f

Browse files
authored
Merge pull request #59593 from apple/egorzhdan/local-toolchain-version
[build] Update Swift version in `Info.plist` for locally built toolchains
2 parents 025a6fc + d02acff commit 6e14c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ set -x
123123
YEAR=$(date +"%Y")
124124
MONTH=$(date +"%m")
125125
DAY=$(date +"%d")
126-
TOOLCHAIN_VERSION="5.0.${YEAR}${MONTH}${DAY}"
126+
TOOLCHAIN_VERSION="5.8.${YEAR}${MONTH}${DAY}"
127127
TOOLCHAIN_NAME="swift-LOCAL-${YEAR}-${MONTH}-${DAY}-a"
128128
DARWIN_TOOLCHAIN_VERSION="0.0.${YEAR}${MONTH}${DAY}"
129129
ARCHIVE="${TOOLCHAIN_NAME}-${OS_SUFFIX}.tar.gz"

0 commit comments

Comments
 (0)