[Android] On the road to 0.9.8
Jean-Baptiste Kempf
git at videolan.org
Sun Jul 6 18:44:49 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 6 18:44:36 2014 +0200| [05c9ffa9bee59e7a3a046a6d4cb72e8be13485e7] | committer: Jean-Baptiste Kempf
On the road to 0.9.8
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=05c9ffa9bee59e7a3a046a6d4cb72e8be13485e7
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 02ceab1..d162d6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.9.7 and 0.9.8-git:
+--------------------------------
+
+
Changes between 0.9.6 and 0.9.7:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index a8b0f5e..8ca66bd 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="9700"
- android:versionName="0.9.7" >
+ android:versionCode="9799"
+ android:versionName="0.9.8-git" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list