Skip to content

Commit 8e979cb

Browse files
authored
Merge pull request swiftlang#68 from apple/update-version-5.5.2
Update the Swift version to 5.5.2
2 parents 0e4e2d9 + 5698a04 commit 8e979cb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

+2-2
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.1-RELEASE
3+
%global swifttag 5.5.2-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.1
12+
Version: 5.5.2
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

+2-2
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.1-RELEASE
3+
%global swifttag 5.5.2-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.1
12+
Version: 5.5.2
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

+2-2
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.1-RELEASE
3+
%global swifttag 5.5.2-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.1
12+
Version: 5.5.2
1313
Release: 1%{?dist}
1414
Summary: Apple's Swift programming language
1515
License: ASL 2.0 and Unicode

platforms/Linux/RPM/metadata.inc

+2-2
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.1
4+
%global package_version 5.5.2
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.1-RELEASE
11+
%global swift_version 5.5.2-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)