Version 1.10.0-dev.0.1

svn merge -c 44727 https://dart.googlecode.com/svn/branches/bleeding_edge trunk

git-svn-id: http://dart.googlecode.com/svn/trunk@44728 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/runtime/bin/vmservice/vmservice_io.dart b/runtime/bin/vmservice/vmservice_io.dart
index 070a25c..75aa56c 100644
--- a/runtime/bin/vmservice/vmservice_io.dart
+++ b/runtime/bin/vmservice/vmservice_io.dart
@@ -31,7 +31,7 @@
 
 _onShutdown() {
   if (server != null) {
-    server.close(true).catchError((e, st) => assert(e));
+    server.close(true).catchError((e, st) { assert(e); });
   }
   if (_signalSubscription != null) {
     _signalSubscription.cancel();
diff --git a/tools/VERSION b/tools/VERSION
index d33a387..65c8f35 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -28,4 +28,4 @@
 MINOR 10
 PATCH 0
 PRERELEASE 0
-PRERELEASE_PATCH 0
+PRERELEASE_PATCH 1