mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Set version to 3.10 in preparation for the release
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_10@31164 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d06435c40
commit
6cc5e6f9ac
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
$version="3.10RC";
|
||||
$version="3.10";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.10RC";
|
||||
$version="3.10";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
version="3.10RC"
|
||||
version="3.10"
|
||||
|
||||
srcdir=.
|
||||
tempdir=rockbox-temp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.10RC";
|
||||
$version="3.10";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue