change internal release versioning to 1397xx for alpha
authorMartijn Kaijser <mcm.kaijser@gmail.com>
Fri, 2 May 2014 06:53:17 +0000 (08:53 +0200)
committerMartijn Kaijser <mcm.kaijser@gmail.com>
Fri, 2 May 2014 06:53:17 +0000 (08:53 +0200)
addons/xbmc.addon/addon.xml
configure.in
tools/android/packaging/xbmc/AndroidManifest.xml
xbmc/win32/XBMC_PC.rc

index 7051a7c..9e42db7 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<addon id="xbmc.addon" version="13.9.1" provider-name="Team XBMC">
+<addon id="xbmc.addon" version="13.9.701" provider-name="Team XBMC">
   <backwards-compatibility abi="12.0"/>
   <requires>
     <import addon="xbmc.core" version="0.1.0"/>
index af674d8..83e2da5 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([xbmc], [13.9.1], [http://issues.xbmc.org])
+AC_INIT([xbmc], [13.9.701], [http://issues.xbmc.org])
 AC_CONFIG_HEADERS([xbmc/config.h])
 AH_TOP([#pragma once])
 m4_include([m4/ax_prog_cc_for_build.m4])
index c581a6e..d69a5b3 100644 (file)
@@ -2,7 +2,7 @@
 <!-- BEGIN_INCLUDE(manifest) -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.xbmc.xbmc"
-    android:versionCode="18"
+    android:versionCode="139701"
     android:versionName="14.0-ALPHA1" >
 
     <!-- This is the platform API where NativeActivity was introduced. -->
index d6fceca..daffde2 100644 (file)
@@ -53,8 +53,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 12,9,11,0
- PRODUCTVERSION 12,9,12,0
+ FILEVERSION 13,9,701,0
+ PRODUCTVERSION 13,9,701,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L