File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
utils/build_swift/build_swift Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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).
44set (SWIFT_VERSION_MAJOR 6)
5- set (SWIFT_VERSION_MINOR 0 )
5+ set (SWIFT_VERSION_MINOR 1 )
66set (SWIFT_VERSION "${SWIFT_VERSION_MAJOR} .${SWIFT_VERSION_MINOR} " )
77
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 4747CMAKE_GENERATOR = 'Ninja'
4848
4949COMPILER_VENDOR = 'none'
50- SWIFT_USER_VISIBLE_VERSION = Version ('6.0 ' )
50+ SWIFT_USER_VISIBLE_VERSION = Version ('6.1 ' )
5151CLANG_USER_VISIBLE_VERSION = Version ('17.0.0' )
5252SWIFT_ANALYZE_CODE_COVERAGE = 'false'
5353
You can’t perform that action at this time.
0 commit comments