diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-10 18:37:34 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-10 23:46:31 +0100 |
commit | 884b7211133a3b1ee57503fb067dab111f79590f (patch) | |
tree | 50e09de4bec7561162183abffa58203e81330175 /tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh | |
parent | 7037a5d603f8903d43948ae3d7588764f142f614 (diff) |
[release] bump version to 12.0rc1
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 cb3a642162..af5356b42e 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~beta3 +REVISION=0~rc1 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |