mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
change version for upcoming 3.6 release
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26515 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e928a3e7fa
commit
0c3f0e6c41
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
$version="3.6RC";
|
$version="3.6";
|
||||||
|
|
||||||
require "tools/builds.pm";
|
require "tools/builds.pm";
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$version="3.6RC";
|
$version="3.6";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version="3.6RC"
|
version="3.6"
|
||||||
|
|
||||||
srcdir=.
|
srcdir=.
|
||||||
tempdir=rockbox-temp
|
tempdir=rockbox-temp
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$version="3.6RC";
|
$version="3.6";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
|
|
|
@ -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.6RC"
|
echo "3.6"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue