[release] bump version to 12.0 RC2
authorMartijn Kaijser <mcm.kaijser@gmail.com>
Tue, 18 Dec 2012 18:04:38 +0000 (19:04 +0100)
committerMartijn Kaijser <mcm.kaijser@gmail.com>
Wed, 19 Dec 2012 16:34:06 +0000 (17:34 +0100)
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 4db7fde..7fb5134 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([xbmc], [12.0rc1], [http://trac.xbmc.org])
+AC_INIT([xbmc], [12.0rc2], [http://trac.xbmc.org])
 AC_CONFIG_HEADERS([xbmc/config.h])
 AH_TOP([#pragma once])
 m4_include([m4/ax_python_devel.m4])
index 15e0e0c..e473a63 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="3"
-    android:versionName="12.0-RC1" >
+    android:versionCode="4"
+    android:versionName="12.0-RC2" >
 
     <!-- This is the platform API where NativeActivity was introduced. -->
     <uses-sdk android:minSdkVersion="9" />
index ab5e73d..1711315 100755 (executable)
@@ -45,7 +45,7 @@ fi
 PACKAGE=org.xbmc.xbmc-atv2
 
 VERSION=12.0
-REVISION=0~rc1
+REVISION=0~rc2
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index af5356b..721d7fe 100755 (executable)
@@ -46,7 +46,7 @@ fi
 PACKAGE=org.xbmc.xbmc-ios
 
 VERSION=12.0
-REVISION=0~rc1
+REVISION=0~rc2
 ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb
 
 echo Creating $PACKAGE package version $VERSION revision $REVISION
index 009e255..680de33 100644 (file)
@@ -504,7 +504,7 @@ namespace INFO
 
 #define VERSION_MAJOR 12
 #define VERSION_MINOR 0
-#define VERSION_TAG "-RC1"
+#define VERSION_TAG "-RC2"
 
 #define LISTITEM_START              35000
 #define LISTITEM_THUMB              (LISTITEM_START)
index 515044e..84c331e 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleExecutable</key>
        <string>XBMC</string>
        <key>CFBundleGetInfoString</key>
-       <string>12.0.rc1</string>
+       <string>12.0.rc2</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.0.rc1</string>
+       <string>12.0.rc2</string>
        <key>CFBundleVersion</key>
        <string>r####</string>
        <key>CFBundleSignature</key>
index 6a95a68..882cd4e 100644 (file)
@@ -71,12 +71,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Team XBMC"
             VALUE "FileDescription", "XBMC"
-            VALUE "FileVersion", "12.0-RC1"
+            VALUE "FileVersion", "12.0-RC2"
             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.0-RC1"
+            VALUE "ProductVersion", "12.0-RC2"
         END
     END
     BLOCK "VarFileInfo"