[Android] On the road to 1.1.3
Edward Wang
git at videolan.org
Tue Mar 3 08:14:16 CET 2015
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Mon Mar 2 23:13:54 2015 -0800| [677f58b37882e8827b3e933e73cac9cc1282aea2] | committer: Edward Wang
On the road to 1.1.3
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=677f58b37882e8827b3e933e73cac9cc1282aea2
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index dc3931f..10f14a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.1.2 and 1.1.3-git:
+--------------------------------
+
+
Changes between 1.1.1 and 1.1.2:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 2810345..e0d1d7d 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="01010200"
- android:versionName="1.1.2" >
+ android:versionCode="01010300"
+ android:versionName="1.1.3-git" >
<!--
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