[release] version bump to 13.2 final
authorMartijn Kaijser <mcm.kaijser@gmail.com>
Wed, 13 Aug 2014 16:42:50 +0000 (18:42 +0200)
committerMartijn Kaijser <mcm.kaijser@gmail.com>
Wed, 13 Aug 2014 16:42:50 +0000 (18:42 +0200)
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 e79d78a..8e4cd7b 100644 (file)
Binary files a/media/Splash.png and b/media/Splash.png differ
index 87bb994..308b83c 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="31"
-    android:versionName="13.2-RC1" >
+    android:versionCode="32"
+    android:versionName="13.2" >
 
     <!-- This is the platform API where NativeActivity was introduced. -->
     <uses-sdk android:minSdkVersion="14" />
index 8739be0..c219962 100755 (executable)
@@ -45,7 +45,7 @@ fi
 PACKAGE=org.xbmc.xbmc-atv2
 
 VERSION=13.2
-REVISION=0~rc1
+REVISION=0
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index 76967a7..f686147 100755 (executable)
@@ -46,7 +46,7 @@ fi
 PACKAGE=org.xbmc.xbmc-ios
 
 VERSION=13.2
-REVISION=0~rc1
+REVISION=0
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index 92df958..97b1802 100755 (executable)
@@ -25,7 +25,7 @@ ARCHITECTURE=`file $XBMC/Contents/MacOS/XBMC | awk '{print $NF}'`
 PACKAGE=org.xbmc.xbmc-osx
 
 VERSION=13.2
-REVISION=0~rc1
+REVISION=0
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_macosx-intel-${ARCHITECTURE}
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index 0e8c16c..0d7294a 100644 (file)
@@ -498,7 +498,7 @@ namespace INFO
 
 #define VERSION_MAJOR               13
 #define VERSION_MINOR               2
-#define VERSION_TAG                 "-RC1"
+#define VERSION_TAG                 ""
 
 #define LISTITEM_START              35000
 #define LISTITEM_THUMB              (LISTITEM_START)
index 3d18c7b..62e5df4 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleExecutable</key>
        <string>XBMC</string>
        <key>CFBundleGetInfoString</key>
-       <string>13.2-rc1</string>
+       <string>13.2</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.2-rc1</string>
+       <string>13.2</string>
        <key>CFBundleVersion</key>
        <string>r####</string>
        <key>CFBundleSignature</key>
index 6d8bb6a..91693be 100644 (file)
@@ -71,12 +71,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Team XBMC"
             VALUE "FileDescription", "XBMC"
-            VALUE "FileVersion", "13.2-RC1"
+            VALUE "FileVersion", "13.2"
             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.2-RC1"
+            VALUE "ProductVersion", "13.2"
         END
     END
     BLOCK "VarFileInfo"