Bump version to 3.5.

Change-Id: Iaba0d7367689c60a8c899b49311dbd64d5736be1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345306
Reviewed-by: Kevin Chisholm <kevinjchisholm@google.com>
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
This commit is contained in:
Jonas Termansen 2024-03-28 00:08:58 +00:00 committed by Commit Queue
parent f84d26ac91
commit 3cce981e6c
6 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,5 @@
## 3.5.0
## 3.4.0
### Language

View file

@ -6,7 +6,7 @@
//
// Instead modify 'tools/experimental_features.yaml' and run
// 'dart pkg/front_end/tool/fasta.dart generate-experimental-flags' to update.
const Version defaultLanguageVersion = const Version(3, 4);
const Version defaultLanguageVersion = const Version(3, 5);
/// Enum for experimental flags shared between the CFE and the analyzer.
enum ExperimentalFlag {

View file

@ -12,7 +12,7 @@ part of 'experiments.dart';
/// The current version of the Dart language (or, for non-stable releases, the
/// version of the language currently in the process of being developed).
const _currentVersion = '3.4.0';
const _currentVersion = '3.5.0';
/// A map containing information about all known experimental flags.
final _knownFeatures = <String, ExperimentalFeature>{

View file

@ -9,4 +9,4 @@
import "ast.dart";
const Version defaultLanguageVersion = const Version(3, 4);
const Version defaultLanguageVersion = const Version(3, 5);

View file

@ -25,7 +25,7 @@
#
CHANNEL main
MAJOR 3
MINOR 4
MINOR 5
PATCH 0
PRERELEASE 0
PRERELEASE_PATCH 0

View file

@ -109,7 +109,7 @@
# default 'language' "category" with code generated for both CFE and Analyzer,
# while other categories can be tailored more specifically.
current-version: '3.4.0'
current-version: '3.5.0'
features:
variance: