Add a version file to the SDK (in preparation for eventually removing the revision file).

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13983 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
devoncarew@google.com
2012-10-23 19:45:24 +00:00
parent ba47029c53
commit 898ec40c27
2 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ lib/ Libraries that are shipped with the Dart runtime. More
pkg/ Additional packages that are shipped outside of the Dart
runtime. More information is available at api.dartlang.org.
revision dart.googlecode.com SVN revision number used to build this SDK.
version The version number of the SDK (ex. 0.1.2.0_r1234).
util/ Support files for dart_analyzer and pub.