Skip to content

Commit 3ac0dff

Browse files
committed
Bump the Swift version to 6.1
1 parent 4229a91 commit 3ac0dff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/SwiftVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# can be reused when a new version of Swift comes out (assuming the user hasn't
33
# manually set it as part of their own CMake configuration).
44
set(SWIFT_VERSION_MAJOR 6)
5-
set(SWIFT_VERSION_MINOR 0)
5+
set(SWIFT_VERSION_MINOR 1)
66
set(SWIFT_VERSION "${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}")
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %sourcekitd-test -req=compiler-version | %FileCheck %s
22

33
// CHECK: key.version_major: 6
4-
// CHECK: key.version_minor: 0
4+
// CHECK: key.version_minor: 1
55
// CHECK: key.version_patch: 0

utils/build_swift/build_swift/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
CMAKE_GENERATOR = 'Ninja'
4848

4949
COMPILER_VENDOR = 'none'
50-
SWIFT_USER_VISIBLE_VERSION = Version('6.0')
50+
SWIFT_USER_VISIBLE_VERSION = Version('6.1')
5151
CLANG_USER_VISIBLE_VERSION = Version('17.0.0')
5252
SWIFT_ANALYZE_CODE_COVERAGE = 'false'
5353

0 commit comments

Comments
 (0)