diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-18 19:04:38 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-19 17:34:06 +0100 |
commit | a5d9c8ee3d385f925335f75bd08dc15e8320ccb9 (patch) | |
tree | 4155a50bc085416207c802daeb19bb23fcf96c18 /tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | |
parent | 6a5a6fa8a87f11029b715014dccff778b687c7b8 (diff) |
[release] bump version to 12.0 RC2
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 af5356b42e..721d7fed29 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~rc1 +REVISION=0~rc2 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |