mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
bump version numbers in preparation for a possible 3.5.1 release
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_5@24977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef57362b5f
commit
552bd156fd
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
$version="3.5";
|
$version="3.5.1";
|
||||||
|
|
||||||
require "tools/builds.pm";
|
require "tools/builds.pm";
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$version="3.5";
|
$version="3.5.1";
|
||||||
|
|
||||||
require "tools/builds.pm";
|
require "tools/builds.pm";
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version="3.5"
|
version="3.5.1"
|
||||||
|
|
||||||
srcdir=.
|
srcdir=.
|
||||||
tempdir=rockbox-temp
|
tempdir=rockbox-temp
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
require "tools/builds.pm";
|
require "tools/builds.pm";
|
||||||
|
|
||||||
$version="3.5";
|
$version="3.5.1";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
|
|
|
@ -110,4 +110,4 @@ else
|
||||||
fi
|
fi
|
||||||
VERSION=$VER-`date -u +%y%m%d`
|
VERSION=$VER-`date -u +%y%m%d`
|
||||||
#echo $VERSION
|
#echo $VERSION
|
||||||
echo "3.5"
|
echo "3.5.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue