Skip to content

Commit

Permalink
Merge pull request #5213 from MartijnKaijser/13.2_final
Browse files Browse the repository at this point in the history
[release] version bump to 13.2 final
  • Loading branch information
MartijnKaijser committed Aug 17, 2014
2 parents 9edc975 + 134adb1 commit 0f3db05
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Binary file modified media/Splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tools/android/packaging/xbmc/AndroidManifest.xml
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="31"
android:versionName="13.2-RC1" >
android:versionCode="32"
android:versionName="13.2" >

<!-- 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
Expand Up @@ -45,7 +45,7 @@ fi
PACKAGE=org.xbmc.xbmc-atv2

VERSION=13.2
REVISION=0~rc1
REVISION=0
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
Expand Up @@ -46,7 +46,7 @@ fi
PACKAGE=org.xbmc.xbmc-ios

VERSION=13.2
REVISION=0~rc1
REVISION=0
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
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~rc1
REVISION=0
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
Expand Up @@ -498,7 +498,7 @@ namespace INFO

#define VERSION_MAJOR 13
#define VERSION_MINOR 2
#define VERSION_TAG "-RC1"
#define VERSION_TAG ""

#define LISTITEM_START 35000
#define LISTITEM_THUMB (LISTITEM_START)
Expand Down
4 changes: 2 additions & 2 deletions xbmc/osx/Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>XBMC</string>
<key>CFBundleGetInfoString</key>
<string>13.2-rc1</string>
<string>13.2</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-rc1</string>
<string>13.2</string>
<key>CFBundleVersion</key>
<string>r####</string>
<key>CFBundleSignature</key>
Expand Down
4 changes: 2 additions & 2 deletions xbmc/win32/XBMC_PC.rc
Expand Up @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Team XBMC"
VALUE "FileDescription", "XBMC"
VALUE "FileVersion", "13.2-RC1"
VALUE "FileVersion", "13.2"
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-RC1"
VALUE "ProductVersion", "13.2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 0f3db05

Please sign in to comment.