Skip to content

Commit 76215c8

Browse files
authored
Revert "Bump version to 4.0"
1 parent 679ddf2 commit 76215c8

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
@@ -105,7 +105,7 @@ set(SWIFT_ANALYZE_CODE_COVERAGE FALSE CACHE STRING
105105
set_property(CACHE SWIFT_ANALYZE_CODE_COVERAGE PROPERTY
106106
STRINGS FALSE "NOT-MERGED" "MERGED")
107107

108-
set(SWIFT_VERSION "4.0" CACHE STRING
108+
set(SWIFT_VERSION "3.1" CACHE STRING
109109
"The user-visible version of the Swift compiler")
110110
set(SWIFT_VENDOR "" CACHE STRING
111111
"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
@@ -174,7 +174,7 @@ KNOWN_SETTINGS=(
174174
native-swift-tools-path "" "directory that contains Swift tools that are executable on the build machine"
175175
compiler-vendor "none" "compiler vendor name [none,apple]"
176176
clang-user-visible-version "4.0.0" "user-visible version of the embedded Clang and LLVM compilers"
177-
swift-user-visible-version "4.0" "user-visible version of the Swift language"
177+
swift-user-visible-version "3.1" "user-visible version of the Swift language"
178178
swift-compiler-version "" "string that indicates a compiler version for Swift"
179179
clang-compiler-version "" "string that indicates a compiler version for Clang"
180180
embed-bitcode-section "0" "embed an LLVM bitcode section in stdlib/overlay binaries for supported platforms"

0 commit comments

Comments
 (0)