Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Runtimes/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftCore
LANGUAGES C CXX Swift
VERSION 6.1.0${BUILD_NUMBER})
VERSION 6.2.0${BUILD_NUMBER})

# The Swift standard library is not intended for use as a sub-library as part of
# another project. It is tightly coupled with the compiler version.
Expand Down
2 changes: 1 addition & 1 deletion Runtimes/Overlay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftOverlay
LANGUAGES C CXX Swift
VERSION 6.1.0${BUILD_NUMBER})
VERSION 6.2.0${BUILD_NUMBER})

find_package(SwiftCore)

Expand Down
2 changes: 1 addition & 1 deletion Runtimes/Supplemental/StringProcessing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftStringProcessing
LANGUAGES Swift C
VERSION 6.1.0${BUILD_NUMBER})
VERSION 6.2.0${BUILD_NUMBER})

if(NOT PROJECT_IS_TOP_LEVEL)
message(FATAL_ERROR "Swift StringProcessing must build as a standalone project")
Expand Down