mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Release branch:
* Update versions for 3.7 (RC for now!) in scripts * Remove ipod video 64mb build git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_7@28310 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23ffa37116
commit
ace4c58502
5 changed files with 9 additions and 17 deletions
|
@ -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 29, 2010";
|
||||
$releasenotes="/wiki/ReleaseNotes37";
|
||||
|
||||
%builds = (
|
||||
'archosav300' => {
|
||||
|
@ -115,14 +115,6 @@ $releasenotes="/wiki/ReleaseNotes36";
|
|||
name => 'iPod Video 30GB',
|
||||
status => 3,
|
||||
},
|
||||
'ipodvideo64mb' => {
|
||||
name => 'iPod Video 60/80GB',
|
||||
status => 3,
|
||||
icon => 'ipodvideo',
|
||||
manual => 'ipodvideo',
|
||||
voice => 'ipodvideo',
|
||||
configname => 'ipodvideo',
|
||||
},
|
||||
'iriverh10' => {
|
||||
name => 'iriver H10 20GB',
|
||||
status => 3,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
$version="3.5RC";
|
||||
$version="3.7RC";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.7RC";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
version="3.0"
|
||||
version="3.7RC"
|
||||
|
||||
srcdir=.
|
||||
tempdir=rockbox-temp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.7RC";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue