diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-09-27 22:46:47 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-09-27 22:46:47 +0200 |
commit | 670e7164c55f01cd3d69392f9457932be2b6a414 (patch) | |
tree | b5446c940dc097af374afda39ed126d5065f892d /tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | |
parent | d0fc5111cc843d43154d0b18a7ab39c214f103cd (diff) |
[release] version bump to 13.0 alpha9 as we start new merge window.
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 c6d6c3baae..63a298af87 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.0 -REVISION=0~alpha8 +REVISION=0~alpha9 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |