mirror of https://github.com/xbmc/xbmc
Merge pull request #3821 from MartijnKaijser/12.3
[release] bump version to 12.3
This commit is contained in:
commit
9ed3e580ea
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT([xbmc], [12.2], [http://trac.xbmc.org])
|
||||
AC_INIT([xbmc], [12.3], [http://trac.xbmc.org])
|
||||
AC_CONFIG_HEADERS([xbmc/config.h])
|
||||
AH_TOP([#pragma once])
|
||||
m4_include([m4/ax_python_devel.m4])
|
||||
|
|
|
|||
BIN
media/Splash.png
BIN
media/Splash.png
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 32 KiB |
|
|
@ -2,8 +2,8 @@
|
|||
<!-- BEGIN_INCLUDE(manifest) -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.xbmc.xbmc"
|
||||
android:versionCode="9"
|
||||
android:versionName="12.2" >
|
||||
android:versionCode="10"
|
||||
android:versionName="12.3" >
|
||||
|
||||
<!-- This is the platform API where NativeActivity was introduced. -->
|
||||
<uses-sdk android:minSdkVersion="9" />
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ fi
|
|||
|
||||
PACKAGE=org.xbmc.xbmc-atv2
|
||||
|
||||
VERSION=12.2
|
||||
VERSION=12.3
|
||||
REVISION=0
|
||||
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ fi
|
|||
|
||||
PACKAGE=org.xbmc.xbmc-ios
|
||||
|
||||
VERSION=12.2
|
||||
VERSION=12.3
|
||||
REVISION=0
|
||||
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
|
||||
|
||||
|
|
|
|||
|
|
@ -503,7 +503,7 @@ namespace INFO
|
|||
#define CONTROL_HAS_FOCUS 30000
|
||||
|
||||
#define VERSION_MAJOR 12
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_TAG ""
|
||||
|
||||
#define LISTITEM_START 35000
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>XBMC</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>12.2</string>
|
||||
<string>12.3</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>xbmc.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>12.2</string>
|
||||
<string>12.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>r####</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 12,2,0,0
|
||||
PRODUCTVERSION 12,2,0,0
|
||||
FILEVERSION 12,3,0,0
|
||||
PRODUCTVERSION 12,3,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
@ -71,12 +71,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Team XBMC"
|
||||
VALUE "FileDescription", "XBMC"
|
||||
VALUE "FileVersion", "12.2"
|
||||
VALUE "FileVersion", "12.3"
|
||||
VALUE "InternalName", "XBMC.exe"
|
||||
VALUE "LegalCopyright", "Copyright (c) Team XBMC. All rights reserved."
|
||||
VALUE "OriginalFilename", "XBMC.exe"
|
||||
VALUE "ProductName", "XBMC for Windows"
|
||||
VALUE "ProductVersion", "12.2"
|
||||
VALUE "ProductVersion", "12.3"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
|||
Loading…
Reference in New Issue