mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Bump version numbers in scripts in preparation for 3.8.1.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29680 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
95475eca87
commit
23ec0a537f
5 changed files with 9 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
$publicrelease="3.8";
|
||||
$manualrelease="3.8";
|
||||
$voicerelease="3.8";
|
||||
$releasedate="27 February, 2011";
|
||||
$releasenotes="/wiki/ReleaseNotes38";
|
||||
$publicrelease="3.8.1";
|
||||
$manualrelease="3.8.1";
|
||||
$voicerelease="3.8.1";
|
||||
$releasedate="05 April, 2011";
|
||||
$releasenotes="/wiki/ReleaseNotes381";
|
||||
|
||||
%builds = (
|
||||
'archosav300' => {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
$version="3.8";
|
||||
$version="3.8.1";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.8";
|
||||
$version="3.8.1";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
version="3.8"
|
||||
version="3.8.1"
|
||||
|
||||
srcdir=.
|
||||
tempdir=rockbox-temp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.8";
|
||||
$version="3.8.1";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue