[Android] On the way to 2.0.1
Jean-Baptiste Kempf
git at videolan.org
Tue Jun 21 16:21:42 CEST 2016
vlc-android | branch: 2.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 21 16:21:17 2016 +0200| [d51611b698c7249d7ff2ad4cbf840e220069617b] | committer: Jean-Baptiste Kempf
On the way to 2.0.1
> https://code.videolan.org/videolan/vlc-android/commit/d51611b698c7249d7ff2ad4cbf840e220069617b
---
NEWS | 5 ++++-
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 081f73e..c42a1c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
-Changes between 2.0.0-RC4 and 2.0.0:
+Changes between 2.0.0 and 2.0.1:
+--------------------------------
+
+Changes between 2.0.0-rc4 and 2.0.0:
------------------------------------
Application:
* Fix progressbar display when scanning
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index cab0632..28177a0 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="02000050"
- android:versionName="2.0.0">
+ android:versionCode="02000100"
+ android:versionName="2.0.1">
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (1 for Android, 2 for Chrome?)
More information about the Android
mailing list