fix bins.pl and promote fuze and e200v2 to stable

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_5@24448 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-02-02 02:07:27 +00:00
parent 0b30ce72e2
commit 9af3f4cd33

View file

@ -1,7 +1,8 @@
#!/usr/bin/perl
$version="3.5";
require "tools/builds.pm";
my $verbose;
if($ARGV[0] eq "-v") {
$verbose =1;