Version 0.2.1.1

Merge r14151, r14153 from trunk.

git-svn-id: http://dart.googlecode.com/svn/trunk@14154 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/tools/VERSION b/tools/VERSION
index 27c08d5..2d9d65a 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -1,4 +1,4 @@
 MAJOR 0
 MINOR 2
 BUILD 1
-PATCH 0
+PATCH 1
diff --git a/tools/version.dart b/tools/version.dart
index 0b4254c..8b70a29 100644
--- a/tools/version.dart
+++ b/tools/version.dart
@@ -7,7 +7,7 @@
 import "release/version.dart";
 
 void main() {
-  Path scriptPath = new Path(new Options().script).directoryPath;
+  Path scriptPath = new Path.fromNative(new Options().script).directoryPath;
   Version version = new Version(scriptPath.append("VERSION"));
   Future f = version.getVersion();
   f.then((currentVersion) {