[Android] On the road to 1.1.1
Jean-Baptiste Kempf
git at videolan.org
Fri Feb 27 16:15:27 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 27 16:15:04 2015 +0100| [e3a10b9e8c8c04a562f8c6484dba7460bcf22f97] | committer: Jean-Baptiste Kempf
On the road to 1.1.1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e3a10b9e8c8c04a562f8c6484dba7460bcf22f97
---
vlc-android/AndroidManifest.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 2a22af4..b67f6aa 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="01010000"
- android:versionName="1.1.0" >
+ android:versionCode="01010100"
+ android:versionName="1.1.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