Fix version to "3.6RC" instead of svn version + build date

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26474 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-06-02 09:17:13 +00:00
parent d3d095f51e
commit 0a0997f188
5 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl
$version="3.5RC";
$version="3.6RC";
require "tools/builds.pm";

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl
$version="3.0";
$version="3.6RC";
my $verbose;
if($ARGV[0] eq "-v") {

View file

@ -1,6 +1,6 @@
#!/bin/sh
version="3.0"
version="3.6RC"
srcdir=.
tempdir=rockbox-temp

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl
$version="3.0";
$version="3.6RC";
my $verbose;
if($ARGV[0] eq "-v") {

View file

@ -85,6 +85,10 @@ bzrversion() {
echo "${version}${mod}"
}
# XXX: Don't run the scripts and just display the release version
echo "3.6RC"
exit 0
#
# First locate the top of the src tree (passed in usually)
#