3b81c65d8a
Versions 3 and 4 aren't working: https://logs.chromium.org/logs/dart/led/athom_google.com/00806a27a5b309ebe69e18cafd92b9aa9165e0eff8fcd3f41ec796e40b41f920/+/steps/run_tests/0/stdout Change-Id: Id44e4e1bbd4719a9ae83eb76841eed7a4acece94 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106560 Commit-Queue: Liam Appelbe <liama@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
# This file is used by tools/utils.py to generate version strings.
|
|
# The numbers are changed as follows:
|
|
#
|
|
# * New release cycle has begun (i.e. stable release was just made):
|
|
# - increase MINOR by 1
|
|
# - set "PATCH 0"
|
|
# - set "PRERELEASE 0"
|
|
# - set "PRERELEASE_PATCH 0"
|
|
#
|
|
# * Doing a push-to-trunk from bleeding_edge:
|
|
# (The first push-to-trunk in the release cycle will set PRERELEASE to 0)
|
|
# - increase PRERELEASE by 1
|
|
# - set "PRERELEASE_PATCH 0"
|
|
#
|
|
# * Doing a cherry-pick to trunk:
|
|
# - increase PRERELEASE_PATCH by 1
|
|
#
|
|
# * Making a stable release (i.e. new stable branch):
|
|
# - set "PRERELEASE 0"
|
|
# - set "PRERELEASE_PATCH 0"
|
|
# The new stable release version will sort higher than the prereleases.
|
|
#
|
|
# * Making cherry-picks to stable channel
|
|
# - increase PATCH by 1
|
|
#
|
|
# * Making a change to the ABI:
|
|
# - increase ABI_VERSION by 1
|
|
#
|
|
# * Deprecating an old ABI version:
|
|
# - increase OLDEST_SUPPORTED_ABI_VERSION to the version that is supported.
|
|
#
|
|
CHANNEL be
|
|
MAJOR 2
|
|
MINOR 3
|
|
PATCH 3
|
|
PRERELEASE 0
|
|
PRERELEASE_PATCH 0
|
|
ABI_VERSION 6
|
|
OLDEST_SUPPORTED_ABI_VERSION 5
|