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:
parent
1b8e3801b2
commit
094eca6f66
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue