Skip to content

Commit 9d6f00b

Browse files
committed
Bump version to 3.0.2.
1 parent 3c260bb commit 9d6f00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ set(SWIFT_ANALYZE_CODE_COVERAGE FALSE CACHE STRING
104104
set_property(CACHE SWIFT_ANALYZE_CODE_COVERAGE PROPERTY
105105
STRINGS FALSE "NOT-MERGED" "MERGED")
106106

107-
set(SWIFT_VERSION "3.0.1" CACHE STRING
107+
set(SWIFT_VERSION "3.0.2" CACHE STRING
108108
"The user-visible version of the Swift compiler")
109109
set(SWIFT_VENDOR "" CACHE STRING
110110
"The vendor name of the Swift compiler")

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ KNOWN_SETTINGS=(
166166
native-swift-tools-path "" "directory that contains Swift tools that are executable on the build machine"
167167
compiler-vendor "none" "compiler vendor name [none,apple]"
168168
clang-user-visible-version "3.8.0" "user-visible version of the embedded Clang and LLVM compilers"
169-
swift-user-visible-version "3.0.1" "user-visible version of the Swift language"
169+
swift-user-visible-version "3.0.2" "user-visible version of the Swift language"
170170
swift-compiler-version "" "string that indicates a compiler version for Swift"
171171
clang-compiler-version "" "string that indicates a compiler version for Clang"
172172
embed-bitcode-section "0" "embed an LLVM bitcode section in stdlib/overlay binaries for supported platforms"

0 commit comments

Comments
 (0)