diff options
| author | Alex Parker <rockbox@aeparker.com> | 2010-10-30 21:50:20 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2010-10-30 21:50:20 +0000 |
| commit | e23075bc5554911fe4cfd3dc79ef0646954ab446 (patch) | |
| tree | 327b98d1d9261a977dbe2c80fa7a5a08c9fdfab7 /tools | |
| parent | 918ab30bfa7759f514b4ceddc34e572989c6fd53 (diff) | |
| download | rockbox-e23075bc5554911fe4cfd3dc79ef0646954ab446.zip rockbox-e23075bc5554911fe4cfd3dc79ef0646954ab446.tar.gz rockbox-e23075bc5554911fe4cfd3dc79ef0646954ab446.tar.bz2 rockbox-e23075bc5554911fe4cfd3dc79ef0646954ab446.tar.xz | |
*Bump version to 3.7
*Promote iPod Nano 2G to stable
*Remove iPod Video 64 MB build
*Rename unified iPod Video build to "iPod Video"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28401 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/builds.pm | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 1e75ff0..03f7ff0 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -1,8 +1,8 @@ -$publicrelease="3.6"; -$manualrelease="3.6"; -$voicerelease="3.6"; -$releasedate="June 3, 2010"; -$releasenotes="/wiki/ReleaseNotes36"; +$publicrelease="3.7"; +$manualrelease="3.7"; +$voicerelease="3.7"; +$releasedate="October 30, 2010"; +$releasenotes="/wiki/ReleaseNotes37"; %builds = ( 'archosav300' => { @@ -109,19 +109,11 @@ $releasenotes="/wiki/ReleaseNotes36"; }, 'ipodnano2g' => { name => 'iPod Nano 2nd gen', - status => 2, - }, - 'ipodvideo' => { - name => 'iPod Video 30GB', status => 3, }, - 'ipodvideo64mb' => { - name => 'iPod Video 60/80GB', + 'ipodvideo' => { + name => 'iPod Video', status => 3, - icon => 'ipodvideo', - manual => 'ipodvideo', - voice => 'ipodvideo', - configname => 'ipodvideo', }, 'iriverh10' => { name => 'iriver H10 20GB', |