[Android] On the road to 0.9.1

Jean-Baptiste Kempf git at videolan.org
Mon Mar 31 19:19:55 CEST 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 31 19:19:48 2014 +0200| [a49c527c56bada3b6b82192fd7f69501ad56941a] | committer: Jean-Baptiste Kempf

On the road to 0.9.1

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a49c527c56bada3b6b82192fd7f69501ad56941a
---

 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 3b0b23e..96a63e0 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="9000"
-    android:versionName="0.9.0" >
+    android:versionCode="9100"
+    android:versionName="0.9.1" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list