diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-12-30 22:13:33 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-12-30 22:13:33 +0100 |
commit | 73a66d7bbc0f592c08daa8c86a71d65a583491cf (patch) | |
tree | 58cf7a23dd724ba8b71038afad6a447d455576f7 /tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | |
parent | 6ba4d942272f4b8dc8d23647eba5e178d2002de5 (diff) |
[release] version bump to 13.0 alpha12
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 93e3659d78..951404eebd 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~alpha11 +REVISION=0~alpha12 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |