Version 0.7.4.1

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

git-svn-id: http://dart.googlecode.com/svn/trunk@27609 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/tools/VERSION b/tools/VERSION
index ebc47a1..1d4fee3 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -1,4 +1,4 @@
 MAJOR 0
 MINOR 7
 BUILD 4
-PATCH 0
+PATCH 1
diff --git a/tools/get_archive.py b/tools/get_archive.py
index c5547b6..b4cf950 100755
--- a/tools/get_archive.py
+++ b/tools/get_archive.py
@@ -338,8 +338,9 @@
   if args.revision and int(args.revision) < LAST_VALID[positional[0]]:
     return TooEarlyError()
 
-  # Use the incremental release bot ('dartium-*-inc') by default.
-  bot = 'inc'
+  # Use the incremental release bot ('dartium-*-inc-be') by default.
+  # Issue 13399 Quick fix, update with channel support.
+  bot = 'inc-be'
   if args.debug:
     bot = 'debug'