Announce 3.10 as release version for nano2g.

Change-Id: Id35a137242a05cea488fc49630cbc11fb477e22b
Reviewed-on: http://gerrit.rockbox.org/315
Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
This commit is contained in:
Dominik Riebeling 2012-09-10 23:22:01 +02:00
parent 1b8e3801b2
commit 094eca6f66

View file

@ -122,6 +122,7 @@ $releasenotes="/wiki/ReleaseNotes3112";
'ipodnano2g' => {
name => 'iPod Nano 2nd gen',
status => 2,
release => '3.10',
},
'ipodvideo' => {
name => 'iPod Video',
@ -354,7 +355,7 @@ sub stablebuilds {
my @list;
for my $b (sort byname keys %builds) {
push @list, $b if ($builds{$b}{status} >= 3);
push @list, $b if ($builds{$b}{status} >= 3) or $builds{$b}{release};
}
return @list;