diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-31 10:59:48 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-31 10:59:48 +0100 |
commit | 267bf6e0fc576968a59b7f8e2385da78dc78e9bf (patch) | |
tree | 169d7397523d856bfe14e72d03a71b11061abc13 /tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | |
parent | e4754048d1be0249178990b9a9c871715658fd34 (diff) |
[release] bump version to RC3
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 721d7fed29..8da52e088b 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=12.0 -REVISION=0~rc2 +REVISION=0~rc3 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |