mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Modify version strings for 3.4
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@22813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f52c794ca
commit
21b0713d42
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$version="3.0";
|
$version="3.4";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$version="3.0";
|
$version="3.4";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$version="3.0";
|
$version="3.4";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
|
|
|
@ -83,5 +83,5 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
VERSION=$VER-`date -u +%y%m%d`
|
VERSION=$VER-`date -u +%y%m%d`
|
||||||
echo $VERSION
|
echo "3.4"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue