Skip to content

Commit 5f94ff9

Browse files
authored
Merge pull request swiftlang#63 from apple/update-the-swift-version
Update the swift version to 5.5.1
2 parents 6c88cb9 + 1a90c75 commit 5f94ff9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

platforms/Linux/RPM/Fedora/34/swiftlang.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global debug_package %{nil}
22
%global linux_version fedora
3-
%global swifttag 5.5-RELEASE
3+
%global swifttag 5.5.1-RELEASE
44
%global swiftbuild swift-source
55
%global icu_version 65-1
66
%global yams_version 4.0.2
@@ -9,7 +9,7 @@
99
%global ninja_version 1.10.2
1010

1111
Name: swiftlang
12-
Version: 5.5
12+
Version: 5.5.1
1313
Release: 1%{?dist}
1414
Summary: Apple's Swift programming language
1515
License: ASL 2.0 and Unicode

platforms/Linux/RPM/Fedora/35/swiftlang.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global debug_package %{nil}
22
%global linux_version fedora
3-
%global swifttag 5.5-RELEASE
3+
%global swifttag 5.5.1-RELEASE
44
%global swiftbuild swift-source
55
%global icu_version 65-1
66
%global yams_version 4.0.2
@@ -9,7 +9,7 @@
99
%global ninja_version 1.10.2
1010

1111
Name: swiftlang
12-
Version: 5.5
12+
Version: 5.5.1
1313
Release: 1%{?dist}
1414
Summary: Apple's Swift programming language
1515
License: ASL 2.0 and Unicode

platforms/Linux/RPM/Fedora/rawhide/swiftlang.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global debug_package %{nil}
22
%global linux_version fedora
3-
%global swifttag 5.5-RELEASE
3+
%global swifttag 5.5.1-RELEASE
44
%global swiftbuild swift-source
55
%global icu_version 65-1
66
%global yams_version 4.0.2
@@ -9,7 +9,7 @@
99
%global ninja_version 1.10.2
1010

1111
Name: swiftlang
12-
Version: 5.5
12+
Version: 5.5.1
1313
Release: 1%{?dist}
1414
Summary: Apple's Swift programming language
1515
License: ASL 2.0 and Unicode

platforms/Linux/RPM/metadata.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# package metadata
22

33
%global package_name swiftlang
4-
%global package_version 5.5.0
4+
%global package_version 5.5.1
55
%global package_summary The Swift programming language
66
%global package_license Apache 2.0
77
%global package_url https://swift.org
88

99
# versions
1010

11-
%global swift_version 5.5-RELEASE
11+
%global swift_version 5.5.1-RELEASE
1212
%global icu_version 65-1
1313
%global yams_version 4.0.2
1414
%global swift_argument_parser_version 0.4.3

0 commit comments

Comments
 (0)