[release] version bump to 13.0 alpha3 as we start new merge window.
authorMartijn Kaijser <mcm.kaijser@gmail.com>
Thu, 28 Mar 2013 16:38:39 +0000 (17:38 +0100)
committerMartijn Kaijser <mcm.kaijser@gmail.com>
Thu, 28 Mar 2013 16:38:39 +0000 (17:38 +0100)
addons/xbmc.addon/addon.xml
configure.in
tools/android/packaging/xbmc/AndroidManifest.xml
tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh
tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
xbmc/GUIInfoManager.h
xbmc/osx/Info.plist
xbmc/win32/XBMC_PC.rc

index 0d1f18c..8bc67a6 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<addon id="xbmc.addon" version="12.9.2" provider-name="Team XBMC">
+<addon id="xbmc.addon" version="12.9.3" provider-name="Team XBMC">
   <backwards-compatibility abi="12.0"/>
   <requires>
     <import addon="xbmc.core" version="0.1.0"/>
index db1d012..f0e4905 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([xbmc], [12.9.2], [http://trac.xbmc.org])
+AC_INIT([xbmc], [12.9.3], [http://trac.xbmc.org])
 AC_CONFIG_HEADERS([xbmc/config.h])
 AH_TOP([#pragma once])
 m4_include([m4/ax_python_devel.m4])
index 8210f0b..9c81655 100644 (file)
@@ -2,8 +2,8 @@
 <!-- BEGIN_INCLUDE(manifest) -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.xbmc.xbmc"
-    android:versionCode="8"
-    android:versionName="13.0-ALPHA2" >
+    android:versionCode="9"
+    android:versionName="13.0-ALPHA3" >
 
     <!-- This is the platform API where NativeActivity was introduced. -->
     <uses-sdk android:minSdkVersion="9" />
index fe2fe31..bfce090 100755 (executable)
@@ -45,7 +45,7 @@ fi
 PACKAGE=org.xbmc.xbmc-atv2
 
 VERSION=13.0
-REVISION=0~alpha2
+REVISION=0~alpha3
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index e9e92eb..57bbcb7 100755 (executable)
@@ -46,7 +46,7 @@ fi
 PACKAGE=org.xbmc.xbmc-ios
 
 VERSION=13.0
-REVISION=0~alpha2
+REVISION=0~alpha3
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index f7f8d6f..06a1761 100644 (file)
@@ -480,7 +480,7 @@ namespace INFO
 
 #define VERSION_MAJOR 13
 #define VERSION_MINOR 0
-#define VERSION_TAG "-ALPHA2"
+#define VERSION_TAG "-ALPHA3"
 
 #define LISTITEM_START              35000
 #define LISTITEM_THUMB              (LISTITEM_START)
index f20590d..5eef3fd 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleExecutable</key>
        <string>XBMC</string>
        <key>CFBundleGetInfoString</key>
-       <string>13.0.alpha2</string>
+       <string>13.0.alpha3</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>13.0.alpha2</string>
+       <string>13.0.alpha3</string>
        <key>CFBundleVersion</key>
        <string>r####</string>
        <key>CFBundleSignature</key>
index 1db333a..207edd8 100644 (file)
@@ -53,8 +53,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 12,9,2,0
- PRODUCTVERSION 12,9,2,0
+ FILEVERSION 12,9,3,0
+ PRODUCTVERSION 12,9,3,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Team XBMC"
             VALUE "FileDescription", "XBMC"
-            VALUE "FileVersion", "13.0-ALPHA2"
+            VALUE "FileVersion", "13.0-ALPHA3"
             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-ALPHA2"
+            VALUE "ProductVersion", "13.0-ALPHA3"
         END
     END
     BLOCK "VarFileInfo"