[Android] On the road to 0.9.8

Jean-Baptiste Kempf git at videolan.org
Mon Jul 7 21:16:16 CEST 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul  7 21:16:00 2014 +0200| [65b51c8cb5ee02f12e509e41364422f31a07784e] | committer: Jean-Baptiste Kempf

On the road to 0.9.8

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

 NEWS                            |    4 ++++
 vlc-android/AndroidManifest.xml |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 4ae7d92..c752116 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.9.7 and 0.9.8-git:
+--------------------------------
+
+
 Changes between 0.9.7 and 0.9.7.1:
 ----------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index dba015c..e97fb59 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="9710"
-    android:versionName="0.9.7.1" >
+    android:versionCode="9799"
+    android:versionName="0.9.8-git" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list