mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
d3d095f51e
commit
0a0997f188
5 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
$version="3.5RC";
|
||||
$version="3.6RC";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.6RC";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
version="3.0"
|
||||
version="3.6RC"
|
||||
|
||||
srcdir=.
|
||||
tempdir=rockbox-temp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.6RC";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
|
|
|
@ -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)
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue