[Android] On the road to 1.2.1
Jean-Baptiste Kempf
git at videolan.org
Fri Mar 27 12:28:07 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 27 12:28:00 2015 +0100| [32a46d4257f8d1831206a4fbcc6f373a3a21e054] | committer: Jean-Baptiste Kempf
On the road to 1.2.1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=32a46d4257f8d1831206a4fbcc6f373a3a21e054
---
NEWS | 3 +++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4e21d4c..c07ef8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 1.2.0 and 1.2.1:
+--------------------------------
+
Changes between 1.1.6 and 1.2.0:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index beff9c9..af7f591 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="01020000"
- android:versionName="1.2.0" >
+ android:versionCode="01020100"
+ android:versionName="1.2.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