[Android] On the road to 1.3.0
Thomas Guillem
git at videolan.org
Thu Apr 9 18:16:14 CEST 2015
vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Apr 9 18:15:08 2015 +0200| [6c32345bdb240c4cce9f936397c1cc1742db1c73] | committer: Thomas Guillem
On the road to 1.3.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6c32345bdb240c4cce9f936397c1cc1742db1c73
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 1e849f0..c9fb01e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.2.6 and 1.3.0:
+--------------------------------
+
+
Changes between 1.2.5 and 1.2.6:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index d8719db..f46fdf5 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="01030000"
- android:versionName="1.2.6" >
+ android:versionName="1.3.0" >
<!--
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