Skip to content

Commit e4a47cc

Browse files
committed
Merge pull request #5066 from MartijnKaijser/13.2rc1
[release] bump version to 13.2 rc1
2 parents 6066a54 + 0ff9fb4 commit e4a47cc

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.59)
5-
AC_INIT([xbmc], [13.1.0], [http://issues.xbmc.org])
5+
AC_INIT([xbmc], [13.2.0], [http://issues.xbmc.org])
66
AC_CONFIG_HEADERS([xbmc/config.h])
77
AH_TOP([#pragma once])
88
m4_include([m4/ax_prog_cc_for_build.m4])

media/Splash.png

-11.5 KB
Loading

tools/android/packaging/xbmc/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- BEGIN_INCLUDE(manifest) -->
33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="org.xbmc.xbmc"
5-
android:versionCode="30"
6-
android:versionName="13.2-BETA3" >
5+
android:versionCode="31"
6+
android:versionName="13.2-RC1" >
77

88
<!-- This is the platform API where NativeActivity was introduced. -->
99
<uses-sdk android:minSdkVersion="14" />

tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545
PACKAGE=org.xbmc.xbmc-atv2
4646

4747
VERSION=13.2
48-
REVISION=0~beta3
48+
REVISION=0~rc1
4949
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
5050

5151
echo Creating $PACKAGE package version $VERSION revision $REVISION

tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
PACKAGE=org.xbmc.xbmc-ios
4747

4848
VERSION=13.2
49-
REVISION=0~beta3
49+
REVISION=0~rc1
5050
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
5151

5252
echo Creating $PACKAGE package version $VERSION revision $REVISION

tools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCHITECTURE=`file $XBMC/Contents/MacOS/XBMC | awk '{print $NF}'`
2525
PACKAGE=org.xbmc.xbmc-osx
2626

2727
VERSION=13.2
28-
REVISION=0~beta3
28+
REVISION=0~rc1
2929
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_macosx-intel-${ARCHITECTURE}
3030

3131
echo Creating $PACKAGE package version $VERSION revision $REVISION

xbmc/GUIInfoManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ namespace INFO
498498

499499
#define VERSION_MAJOR 13
500500
#define VERSION_MINOR 2
501-
#define VERSION_TAG "-BETA3"
501+
#define VERSION_TAG "-RC1"
502502

503503
#define LISTITEM_START 35000
504504
#define LISTITEM_THUMB (LISTITEM_START)

xbmc/osx/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>XBMC</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>13.2-beta3</string>
12+
<string>13.2-rc1</string>
1313
<key>CFBundleIconFile</key>
1414
<string>xbmc.icns</string>
1515
<key>CFBundleIdentifier</key>
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>13.2-beta3</string>
22+
<string>13.2-rc1</string>
2323
<key>CFBundleVersion</key>
2424
<string>r####</string>
2525
<key>CFBundleSignature</key>

xbmc/win32/XBMC_PC.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Team XBMC"
7373
VALUE "FileDescription", "XBMC"
74-
VALUE "FileVersion", "13.2-BETA3"
74+
VALUE "FileVersion", "13.2-RC1"
7575
VALUE "InternalName", "XBMC.exe"
7676
VALUE "LegalCopyright", "Copyright (c) Team XBMC. All rights reserved."
7777
VALUE "OriginalFilename", "XBMC.exe"
7878
VALUE "ProductName", "XBMC for Windows"
79-
VALUE "ProductVersion", "13.2-BETA3"
79+
VALUE "ProductVersion", "13.2-RC1"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)