Skip to content

Commit

Permalink
[release] version bump to 13.0 alpha2 as we start new merge window.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnKaijser committed Feb 15, 2013
1 parent 4659e13 commit 3bc0588
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion addons/xbmc.addon/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.addon" version="12.9.1" provider-name="Team XBMC">
<addon id="xbmc.addon" version="12.9.2" provider-name="Team XBMC">
<backwards-compatibility abi="12.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([xbmc], [12.9.1], [http://trac.xbmc.org])
AC_INIT([xbmc], [12.9.2], [http://trac.xbmc.org])
AC_CONFIG_HEADERS([xbmc/config.h])
AH_TOP([#pragma once])
m4_include([m4/ax_python_devel.m4])
Expand Down
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="7"
android:versionName="13.0-ALPHA1" >
android:versionCode="8"
android:versionName="13.0-ALPHA2" >

<!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="9" />
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.0
REVISION=0~alpha1
REVISION=0~alpha2
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.0
REVISION=0~alpha1
REVISION=0~alpha2
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb

echo Creating $PACKAGE package version $VERSION revision $REVISION
Expand Down
2 changes: 1 addition & 1 deletion xbmc/GUIInfoManager.h
Expand Up @@ -489,7 +489,7 @@ namespace INFO

#define VERSION_MAJOR 13
#define VERSION_MINOR 0
#define VERSION_TAG "-ALPHA1"
#define VERSION_TAG "-ALPHA2"

#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.0.alpha1</string>
<string>13.0.alpha2</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.0.alpha1</string>
<string>13.0.alpha2</string>
<key>CFBundleVersion</key>
<string>r####</string>
<key>CFBundleSignature</key>
Expand Down
8 changes: 4 additions & 4 deletions xbmc/win32/XBMC_PC.rc
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 11,9,1,0
PRODUCTVERSION 11,9,1,0
FILEVERSION 12,9,2,0
PRODUCTVERSION 12,9,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Team XBMC"
VALUE "FileDescription", "XBMC"
VALUE "FileVersion", "13.0-ALPHA1"
VALUE "FileVersion", "13.0-ALPHA2"
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.0-ALPHA1"
VALUE "ProductVersion", "13.0-ALPHA2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 3bc0588

Please sign in to comment.