Modify version strings for 3.5

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_5@24430 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-01-31 23:55:43 +00:00
parent 96d87ec719
commit 94bd65b8d2
5 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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