[Android] On the road to 0.9.9
Jean-Baptiste Kempf
git at videolan.org
Thu Jul 31 21:51:31 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 31 21:51:18 2014 +0200| [56cde161320d0d465e1bcff0c4e227b297a64b8e] | committer: Jean-Baptiste Kempf
On the road to 0.9.9
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=56cde161320d0d465e1bcff0c4e227b297a64b8e
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index ebe2d84..8474850 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.9.8 and 0.9.9-git:
+--------------------------------
+
+
Changes between 0.9.7 and 0.9.8:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 5baa36f..f25a5e7 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="9800"
- android:versionName="0.9.8" >
+ android:versionCode="9899"
+ android:versionName="0.9.9-git" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list