[Android] On the road to 1.3.3
Jean-Baptiste Kempf
git at videolan.org
Mon May 4 09:37:59 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 4 09:37:43 2015 +0200| [a21476eb7132c0560dffdc8ffc58f90c05f4a777] | committer: Jean-Baptiste Kempf
On the road to 1.3.3
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a21476eb7132c0560dffdc8ffc58f90c05f4a777
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 0f3012a..bcd8ac9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.3.2 and 1.3.3:
+--------------------------------
+
+
Changes between 1.3.1 and 1.3.2:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 8952378..8e56ea0 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="01030200"
- android:versionName="1.3.2" >
+ android:versionCode="01030300"
+ android:versionName="1.3.3" >
<!--
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