We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c3d3e commit 19d6595Copy full SHA for 19d6595
include/swift/Basic/LangOptions.h
@@ -172,7 +172,7 @@ namespace swift {
172
///
173
174
/// User-overridable language version to compile for.
175
- version::Version EffectiveLanguageVersion = version::Version::getCurrentLanguageVersion();
+ version::Version EffectiveLanguageVersion = Version{5};
176
177
/// Swift runtime version to compile for.
178
version::Version RuntimeVersion = version::Version::getCurrentLanguageVersion();
0 commit comments