diff options
author | Franklin Wei <git@fwei.tk> | 2017-04-30 11:55:25 -0400 |
---|---|---|
committer | Franklin Wei <git@fwei.tk> | 2017-04-30 11:55:25 -0400 |
commit | 42115ffab8c36ee9f1dead8f20a6da93bb7298db (patch) | |
tree | 8b3ee3d5401a6728edda9c3dc1e51fcdbdb48828 /tools/release/bins.pl | |
parent | 881746789a489fad85aae8317555f73dbe261556 (diff) | |
download | rockbox-42115ffab8c36ee9f1dead8f20a6da93bb7298db.tar.gz rockbox-42115ffab8c36ee9f1dead8f20a6da93bb7298db.zip |
Bump version to 3.14
Change-Id: I839e90638d55782d0ce330808051842de581a0bd
Diffstat (limited to 'tools/release/bins.pl')
-rwxr-xr-x | tools/release/bins.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/bins.pl b/tools/release/bins.pl index b2cce2d122..17c64f263d 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.11.1"; | 2 | $version="3.14"; |
3 | 3 | ||
4 | require "tools/builds.pm"; | 4 | require "tools/builds.pm"; |
5 | 5 | ||