Skip to content

Commit 64d63be

Browse files
committed
Release 5.1.5
1 parent ff2bfba commit 64d63be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
. "$(dirname $0)/utils.sh"
33

4-
REL=5.1.3
4+
REL=5.1.5
55
INSTALL_DIR=`pwd`/install
66
PACKAGE=`pwd`/swift-${REL}.tgz
77

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
. "$(dirname $0)/utils.sh"
33

4-
REL=5.1.3
4+
REL=5.1.5
55
INSTALL_DIR=`pwd`/install
66
PACKAGE=`pwd`/swift-${REL}_${ARCH}.tgz
77

checkoutRelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. "$(dirname $0)/utils.sh"
33

44
BRANCH=swift-5.1-branch
5-
TAG=swift-5.1.3-RELEASE
5+
TAG=swift-5.1.5-RELEASE
66

77
echo "♻️ Resetting the repositories..."
88
find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "[ -d '{}'/.git ] && echo ■ Cleaning '{}' && cd '{}' && git reset --hard HEAD && git clean -fd" \;

0 commit comments

Comments
 (0)