Skip to content

Commit

Permalink
Merge pull request xbmc#5106 from MartijnKaijser/13.2b3
Browse files Browse the repository at this point in the history
[release] bump version to 13.2 beta3
  • Loading branch information
jmarshallnz committed Aug 2, 2014
2 parents 7da666d + 5c5d97a commit 6066a54
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tools/android/packaging/xbmc/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- BEGIN_INCLUDE(manifest) -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.xbmc.xbmc"
android:versionCode="29"
android:versionName="13.2-BETA2" >
android:versionCode="30"
android:versionName="13.2-BETA3" >

<!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="14" />
Expand Down
2 changes: 1 addition & 1 deletion tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
PACKAGE=org.xbmc.xbmc-atv2

VERSION=13.2
REVISION=0~beta2
REVISION=0~beta3
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb

echo Creating $PACKAGE package version $VERSION revision $REVISION
Expand Down
2 changes: 1 addition & 1 deletion tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
PACKAGE=org.xbmc.xbmc-ios

VERSION=13.2
REVISION=0~beta2
REVISION=0~beta3
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb

echo Creating $PACKAGE package version $VERSION revision $REVISION
Expand Down
2 changes: 1 addition & 1 deletion tools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARCHITECTURE=`file $XBMC/Contents/MacOS/XBMC | awk '{print $NF}'`
PACKAGE=org.xbmc.xbmc-osx

VERSION=13.2
REVISION=0~beta2
REVISION=0~beta3
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_macosx-intel-${ARCHITECTURE}

echo Creating $PACKAGE package version $VERSION revision $REVISION
Expand Down
2 changes: 1 addition & 1 deletion xbmc/GUIInfoManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ namespace INFO

#define VERSION_MAJOR 13
#define VERSION_MINOR 2
#define VERSION_TAG "-BETA2"
#define VERSION_TAG "-BETA3"

#define LISTITEM_START 35000
#define LISTITEM_THUMB (LISTITEM_START)
Expand Down
4 changes: 2 additions & 2 deletions xbmc/osx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>XBMC</string>
<key>CFBundleGetInfoString</key>
<string>13.2-beta2</string>
<string>13.2-beta3</string>
<key>CFBundleIconFile</key>
<string>xbmc.icns</string>
<key>CFBundleIdentifier</key>
Expand All @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>13.2-beta2</string>
<string>13.2-beta3</string>
<key>CFBundleVersion</key>
<string>r####</string>
<key>CFBundleSignature</key>
Expand Down
4 changes: 2 additions & 2 deletions xbmc/win32/XBMC_PC.rc
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Team XBMC"
VALUE "FileDescription", "XBMC"
VALUE "FileVersion", "13.2-BETA2"
VALUE "FileVersion", "13.2-BETA3"
VALUE "InternalName", "XBMC.exe"
VALUE "LegalCopyright", "Copyright (c) Team XBMC. All rights reserved."
VALUE "OriginalFilename", "XBMC.exe"
VALUE "ProductName", "XBMC for Windows"
VALUE "ProductVersion", "13.2-BETA2"
VALUE "ProductVersion", "13.2-BETA3"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 6066a54

Please sign in to comment.