mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Bump version numbers in preparation for 3.7.1
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_7@28653 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d1bd75368a
commit
72936722d7
6 changed files with 9 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
||||||
$publicrelease="3.7";
|
$publicrelease="3.7.1";
|
||||||
$manualrelease="3.7";
|
$manualrelease="3.7.1";
|
||||||
$voicerelease="3.7";
|
$voicerelease="3.7";
|
||||||
$releasedate="October 30, 2010";
|
$releasedate="November 25, 2010";
|
||||||
$releasenotes="/wiki/ReleaseNotes37";
|
$releasenotes="/wiki/ReleaseNotes371";
|
||||||
|
|
||||||
%builds = (
|
%builds = (
|
||||||
'archosav300' => {
|
'archosav300' => {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
$version="3.7";
|
$version="3.7.1";
|
||||||
|
|
||||||
require "tools/builds.pm";
|
require "tools/builds.pm";
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$version="3.7";
|
$version="3.7.1";
|
||||||
|
|
||||||
require "tools/builds.pm";
|
require "tools/builds.pm";
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version="3.7"
|
version="3.7.1"
|
||||||
|
|
||||||
srcdir=.
|
srcdir=.
|
||||||
tempdir=rockbox-temp
|
tempdir=rockbox-temp
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$version="3.7";
|
$version="3.7.1";
|
||||||
|
|
||||||
require "tools/builds.pm";
|
require "tools/builds.pm";
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@ bzrversion() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# XXX: Don't run the scripts and just display the release version
|
# XXX: Don't run the scripts and just display the release version
|
||||||
echo "3.7"
|
echo "3.7.1"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue