diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-02-15 15:02:51 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-02-15 17:11:06 +0100 |
commit | 3bc058871d1a6995843cc6c6aeb2c2de5af4a818 (patch) | |
tree | 59fddfca3fb4ae6cc8e09f3df299d27599824c7a /tools/darwin/packaging/xbmc-ios | |
parent | 4659e134824d3cd8b18e2bad6409fb4f0a901179 (diff) |
[release] version bump to 13.0 alpha2 as we start new merge window.
Diffstat (limited to 'tools/darwin/packaging/xbmc-ios')
-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 4829275f98..03343eebb6 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~alpha1 +REVISION=0~alpha2 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |