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

Side by Side Diff: tools/VERSION

Issue 595513003: Version 1.7.0-dev.3.3 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # 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.
2 # The numbers are changed as follows: 2 # The numbers are changed as follows:
3 # 3 #
4 # * 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):
5 # - increase MINOR by 1 5 # - increase MINOR by 1
6 # - set "PATCH 0" 6 # - set "PATCH 0"
7 # - set "PRERELEASE 0" 7 # - set "PRERELEASE 0"
8 # - set "PRERELEASE_PATCH 0" 8 # - set "PRERELEASE_PATCH 0"
9 # 9 #
10 # * Doing a push-to-trunk from bleeding_edge: 10 # * Doing a push-to-trunk from bleeding_edge:
(...skipping 10 matching lines...) Expand all
21 # The new stable release version will sort higher than the prereleases. 21 # The new stable release version will sort higher than the prereleases.
22 # 22 #
23 # * Making cherry-picks to stable channel 23 # * Making cherry-picks to stable channel
24 # - increase PATCH by 1 24 # - increase PATCH by 1
25 # 25 #
26 CHANNEL dev 26 CHANNEL dev
27 MAJOR 1 27 MAJOR 1
28 MINOR 7 28 MINOR 7
29 PATCH 0 29 PATCH 0
30 PRERELEASE 3 30 PRERELEASE 3
31 PRERELEASE_PATCH 2 31 PRERELEASE_PATCH 3
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/resolver/LibraryTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698