diff options
author | Trent Nelson <trent.nelson@pivosgroup.com> | 2014-07-11 11:24:00 +0800 |
---|---|---|
committer | Trent Nelson <trent.nelson@pivosgroup.com> | 2014-07-11 11:24:00 +0800 |
commit | 450924ad59ee6a94e55ee19ab31cb8c3db109378 (patch) | |
tree | e5f53613a23d556adffd01af2e2b8a4faa472472 /tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | |
parent | 19bb2fa8cfa8028c2da948df0db1ae16bcb97261 (diff) |
[release] version bump to 13.2beta113.2b1-Gotham
Diffstat (limited to 'tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh')
-rwxr-xr-x | tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh b/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh index 45f3d09b47..f84a4dda57 100755 --- a/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh +++ b/tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh @@ -46,7 +46,7 @@ fi PACKAGE=org.xbmc.xbmc-ios VERSION=13.2 -REVISION=0~alpha1 +REVISION=0~beta1 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |