Merge pull request #4314 from MartijnKaijser/beta1 Gotham-beta1
authorTrent Nelson <trent.a.b.nelson@gmail.com>
Mon, 3 Mar 2014 20:11:24 +0000 (15:11 -0500)
committerTrent Nelson <trent.a.b.nelson@gmail.com>
Mon, 3 Mar 2014 20:11:24 +0000 (15:11 -0500)
[release] version bump to 13.0 beta1

addons/xbmc.addon/addon.xml
configure.in
media/Splash.png
tools/android/packaging/xbmc/AndroidManifest.xml
tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh
tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
tools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh
xbmc/GUIInfoManager.h
xbmc/osx/Info.plist
xbmc/win32/XBMC_PC.rc

index b322a76..2698c28 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<addon id="xbmc.addon" version="12.9.12" provider-name="Team XBMC">
+<addon id="xbmc.addon" version="12.9.81" provider-name="Team XBMC">
   <backwards-compatibility abi="12.0"/>
   <requires>
     <import addon="xbmc.core" version="0.1.0"/>
index 7390167..beb8aac 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.12], [http://issues.xbmc.org])
+AC_INIT([xbmc], [12.9.81], [http://issues.xbmc.org])
 AC_CONFIG_HEADERS([xbmc/config.h])
 AH_TOP([#pragma once])
 m4_include([m4/ax_prog_cc_for_build.m4])
index 013c951..b070243 100644 (file)
Binary files a/media/Splash.png and b/media/Splash.png differ
index 95cac4c..ea5df1d 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="18"
-    android:versionName="13.0-ALPHA12" >
+    android:versionCode="20"
+    android:versionName="13.0-BETA1" >
 
     <!-- This is the platform API where NativeActivity was introduced. -->
     <uses-sdk android:minSdkVersion="14" />
index 051b6d1..7313e6e 100755 (executable)
@@ -45,7 +45,7 @@ fi
 PACKAGE=org.xbmc.xbmc-atv2
 
 VERSION=13.0
-REVISION=0~alpha12
+REVISION=0~beta1
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index 1670ef1..bfd1739 100755 (executable)
@@ -46,7 +46,7 @@ fi
 PACKAGE=org.xbmc.xbmc-ios
 
 VERSION=13.0
-REVISION=0~alpha12
+REVISION=0~beta1
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index 3c4ea15..cc8ce4e 100755 (executable)
@@ -25,7 +25,7 @@ ARCHITECTURE=`file $XBMC/Contents/MacOS/XBMC | awk '{print $NF}'`
 PACKAGE=org.xbmc.xbmc-osx
 
 VERSION=13.0
-REVISION=0~alpha12
+REVISION=0~beta1
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_macosx-intel-${ARCHITECTURE}
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index 90b8c5a..15e6bea 100644 (file)
@@ -498,7 +498,7 @@ namespace INFO
 
 #define VERSION_MAJOR               13
 #define VERSION_MINOR               0
-#define VERSION_TAG                 "-ALPHA12"
+#define VERSION_TAG                 "-BETA1"
 
 #define LISTITEM_START              35000
 #define LISTITEM_THUMB              (LISTITEM_START)
index 4f6c608..d17c96c 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleExecutable</key>
        <string>XBMC</string>
        <key>CFBundleGetInfoString</key>
-       <string>13.0.alpha12</string>
+       <string>13.0.beta1</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.alpha12</string>
+       <string>13.0.beta1</string>
        <key>CFBundleVersion</key>
        <string>r####</string>
        <key>CFBundleSignature</key>
index 03beb51..a8039d0 100644 (file)
@@ -53,8 +53,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 12,9,11,0
- PRODUCTVERSION 12,9,12,0
+ FILEVERSION 12,9,81,0
+ PRODUCTVERSION 12,9,81,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Team XBMC"
             VALUE "FileDescription", "XBMC"
-            VALUE "FileVersion", "13.0-ALPHA12"
+            VALUE "FileVersion", "13.0-BETA1"
             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-ALPHA12"
+            VALUE "ProductVersion", "13.0-BETA1"
         END
     END
     BLOCK "VarFileInfo"