Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: tools/VERSION

Issue 2668013004: Start working on version 1.23 of the Dart SDK (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
2 # This file is used by tools/utils.py to generate version strings. 1 # This file is used by tools/utils.py to generate version strings.
3 # The numbers are changed as follows: 2 # The numbers are changed as follows:
4 # 3 #
5 # * New release cycle has begun (i.e. stable release was just made): 4 # * New release cycle has begun (i.e. stable release was just made):
6 # - increase MINOR by 1 5 # - increase MINOR by 1
7 # - set "PATCH 0" 6 # - set "PATCH 0"
8 # - set "PRERELEASE 0" 7 # - set "PRERELEASE 0"
9 # - set "PRERELEASE_PATCH 0" 8 # - set "PRERELEASE_PATCH 0"
10 # 9 #
11 # * Doing a push-to-trunk from bleeding_edge: 10 # * Doing a push-to-trunk from bleeding_edge:
12 # (The first push-to-trunk in the release cycle will set PRERELEASE to 0) 11 # (The first push-to-trunk in the release cycle will set PRERELEASE to 0)
13 # - increase PRERELEASE by 1 12 # - increase PRERELEASE by 1
14 # - set "PRERELEASE_PATCH 0" 13 # - set "PRERELEASE_PATCH 0"
15 # 14 #
16 # * Doing a cherry-pick to trunk: 15 # * Doing a cherry-pick to trunk:
17 # - increase PRERELEASE_PATCH by 1 16 # - increase PRERELEASE_PATCH by 1
18 # 17 #
19 # * Making a stable release (i.e. new stable branch): 18 # * Making a stable release (i.e. new stable branch):
20 # - set "PRERELEASE 0" 19 # - set "PRERELEASE 0"
21 # - set "PRERELEASE_PATCH 0" 20 # - set "PRERELEASE_PATCH 0"
22 # The new stable release version will sort higher than the prereleases. 21 # The new stable release version will sort higher than the prereleases.
23 # 22 #
24 # * Making cherry-picks to stable channel 23 # * Making cherry-picks to stable channel
25 # - increase PATCH by 1 24 # - increase PATCH by 1
26 # 25 #
27 CHANNEL be 26 CHANNEL be
28 MAJOR 1 27 MAJOR 1
29 MINOR 22 28 MINOR 23
30 PATCH 0 29 PATCH 0
31 PRERELEASE 0 30 PRERELEASE 0
32 PRERELEASE_PATCH 0 31 PRERELEASE_PATCH 0
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698