diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-11-30 17:05:27 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-11-30 17:05:27 +0100 |
commit | 25ab1af6facdafe0d44f775bb7c6658a6e880f61 (patch) | |
tree | 71550736771fb9c2eb837afa2b3d56e7020763bf /tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | |
parent | e3a145f36a1aa2c26e46c80e20ed0f482d5b9899 (diff) |
[release] version bump to 13.0 alpha11 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 960dd317fa..846b306716 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~alpha10 +REVISION=0~alpha11 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |