Skip to content

Commit d02acff

Browse files
authored
[build] Update Swift version in Info.plist for locally built toolchains
Currently for toolchains built locally via `build-toolchain`, the version in `Info.plist` is `5.0.YYYYMMDD`. Since the main branch is currently targeting Swift 5.8, let's bump the version in `Info.plist`.
1 parent 0c67ce6 commit d02acff

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)