[Android] Update release number to 0.9.7

Jean-Baptiste Kempf git at videolan.org
Sun Jul 6 03:06:54 CEST 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul  6 03:06:10 2014 +0200| [22f612fd901321344b5566d7dd60f77c2948c367] | committer: Jean-Baptiste Kempf

Update release number to 0.9.7

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

 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 2de4fbe..a8b0f5e 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="9600"
-    android:versionName="0.9.6" >
+    android:versionCode="9700"
+    android:versionName="0.9.7" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list