Skip to content

Commit c46ecb7

Browse files
authored
Post branch adjustments for 5.9 (#6324)
1 parent 877ea26 commit c46ecb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ let package = Package(
696696
// this right now.
697697

698698
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
699-
let relatedDependenciesBranch = "main"
699+
let relatedDependenciesBranch = "release/5.9"
700700

701701
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
702702
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {

Sources/Basics/SwiftVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extension SwiftVersion {
5555
/// The current version of the package manager.
5656
public static let current = SwiftVersion(
5757
version: (5, 9, 0),
58-
isDevelopment: true,
58+
isDevelopment: false,
5959
buildIdentifier: getBuildIdentifier()
6060
)
6161
}

0 commit comments

Comments
 (0)