diff options
author | theuni <theuni-nospam-@xbmc.org> | 2012-04-30 18:28:59 -0400 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2012-04-30 18:30:49 -0400 |
commit | 26e97629b2f87e4fac17afdc10aa6ddee8b29114 (patch) | |
tree | 2d4671e916b29312c9fdbc19b06f7734ded55d1a /tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh | |
parent | 89901828631cacc14838d630af29158ffdf9affc (diff) |
release: bump versions for May merge window
Diffstat (limited to 'tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh')
-rwxr-xr-x | tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh b/tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh index 569a94f07b..27fe6f7e79 100755 --- a/tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh +++ b/tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh @@ -45,7 +45,7 @@ fi PACKAGE=org.xbmc.xbmc-atv2 VERSION=12.0 -REVISION=0~alpha1 +REVISION=0~alpha2 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb echo Creating $PACKAGE package version $VERSION revision $REVISION |