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:
Thomas Martitz 2009-09-23 22:07:28 +00:00
parent 3f52c794ca
commit 21b0713d42
4 changed files with 4 additions and 4 deletions

View file

@ -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") {

View file

@ -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") {

View file

@ -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") {

View file

@ -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"