diff options
author | Memphiz <memphis@machzwo.de> | 2014-10-23 10:36:02 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-10-26 18:15:47 +0100 |
commit | fd22441984c2c47864150bf348ab6b0e3a49f7cd (patch) | |
tree | 5fd2c5f286df722dd8b33ce1c795d235d881a30b | |
parent | fa3a1802dd2ab68e459188f6199428dfebaf6b58 (diff) |
[iOS] - bump package version for ios to 13.2-113.2-1-Gotham-IOS8
-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 f686147c8a..b4975b4fdf 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 +REVISION=1 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |