summaryrefslogtreecommitdiff
path: root/tools/release/bins.pl
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2011-06-26 10:52:00 +0000
committerAlex Parker <rockbox@aeparker.com>2011-06-26 10:52:00 +0000
commitb9c407a9188b9d36165b38f7691b5827815bcdb4 (patch)
tree465136cdbed4cc7f896a673f228610d8e6a36090 /tools/release/bins.pl
parent1a3d05eae9205c070ddff947de423c1f0f5f2a57 (diff)
downloadrockbox-b9c407a9188b9d36165b38f7691b5827815bcdb4.tar.gz
rockbox-b9c407a9188b9d36165b38f7691b5827815bcdb4.zip
Bump versions for release.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_9@30073 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/release/bins.pl')
-rwxr-xr-xtools/release/bins.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/bins.pl b/tools/release/bins.pl
index 102f2fb373..fd26228792 100755
--- a/tools/release/bins.pl
+++ b/tools/release/bins.pl
@@ -1,5 +1,5 @@
1#!/usr/bin/perl 1#!/usr/bin/perl
2$version="3.9RC"; 2$version="3.9";
3 3
4require "tools/builds.pm"; 4require "tools/builds.pm";
5 5