(3.3-branch only) modify version strings to 3.3

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_3@21335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2009-06-18 20:54:03 +00:00
parent ed4c2a549c
commit 444b4931c7
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

@ -83,5 +83,5 @@ else
fi
fi
VERSION=$VER-`date -u +%y%m%d`
echo $VERSION
echo "3.3"