[Android] On the road to 1.3.1
Jean-Baptiste Kempf
git at videolan.org
Thu Apr 16 18:46:01 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 16 18:45:50 2015 +0200| [a0c76d9a0a0bd1c9cdea2a87f6cb4106891a7696] | committer: Jean-Baptiste Kempf
On the road to 1.3.1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a0c76d9a0a0bd1c9cdea2a87f6cb4106891a7696
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index ff20d4d..6a04502 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.3.0 and 1.3.1:
+--------------------------------
+
+
Changes between 1.2.6 and 1.3.0:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index f46fdf5..bdd8a69 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="01030000"
- android:versionName="1.3.0" >
+ android:versionCode="01030100"
+ android:versionName="1.3.1" >
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)
More information about the Android
mailing list