Commit Graph

9 Commits

Author SHA1 Message Date
kustermann@google.com fe745b78c9 Reapply "Change SDK/DartEditor versioning scheme to semantic versions."
R=kasperl@google.com

Review URL: https://codereview.chromium.org//103233006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30952 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-06 17:23:49 +00:00
kustermann@google.com f9bb003862 Revert "Change SDK/DartEditor versioning scheme to semantic versions."
+Revert "Remove pub tests for non-semantic SDK versions"

This is causing build failures on dartium. Need to investigate.

Review URL: https://codereview.chromium.org//106993002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30908 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-05 19:05:52 +00:00
kustermann@google.com 90c9463cc7 Change SDK/DartEditor versioning scheme to semantic versions.
This means that all components of the SDK (i.e. DartVM, dart2js, dartanalyzer,
pub) will have the same semantic version string when invoking them with
'--version'. The version string is also present in "dart-sdk/version".

The editor will have an eclipse compatible version which consists of
major.minor.patch.qualifier.

The SDK versions look like this on our three channels:
  - bleeding-edge: 1.1.0-edge.30857
  - dev:           1.1.0-dev.2.42
  - stable:        1.1.0
The SDK versions comply with the semantic versioning standard, see:
http://semver.org/.

The DartEditor versions look like this on our three channels:
  - bleeding-edge: 1.1.0.edge_030857
  - dev:           1.1.0.dev_02_42
  - stable:        1.1.0.release
The DartEditor versions comply with semantic eclipse versioning scheme.
(The leading zeros are necessary due to lexicographic ordering.)

From both version schemes, it becomes clear on which channel a user is on.

R=danrubel@google.com, kasperl@google.com, rnystrom@google.com

Review URL: https://codereview.chromium.org//104403005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30905 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-05 18:35:05 +00:00
kustermann@google.com 6cfdb0d4f2 Add CHANNEL to tools/VERSION
R=ricow@google.com

Review URL: https://codereview.chromium.org//85553002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30620 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-25 12:51:59 +00:00
ricow@google.com 98d089e8bb Revert the zeroing out of the VERSION file
Review URL: https://codereview.chromium.org//11103041

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13568 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-11 18:13:42 +00:00
ricow@google.com 84d3e62b59 Reset values in tools/VERSION to all zeros on bleeding edge
Review URL: https://codereview.chromium.org//11098073

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13551 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-11 15:48:39 +00:00
dgrove@google.com f1c6720ac0 Prepare push to trunk. Now working on version 0.1.2.0
Review URL: https://codereview.chromium.org//11093064

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13513 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-11 06:38:58 +00:00
ricow@google.com a45b8dfe2a Prepare push to trunk. Now working on version 0.1.1.0
Review URL: https://codereview.chromium.org//11066097

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13474 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-10 14:10:37 +00:00
ricow@google.com 018ebdc980 Add VERSION file to the checkout.
Review URL: https://codereview.chromium.org//11092024

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13461 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-10 09:47:41 +00:00