[Android] On the way to 0.0.8
Jean-Baptiste Kempf
git at videolan.org
Wed Oct 31 15:10:38 CET 2012
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 31 15:10:29 2012 +0100| [f48c6da8b35ecee2d97fe0fb7f95a8a16cef5b16] | committer: Jean-Baptiste Kempf
On the way to 0.0.8
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f48c6da8b35ecee2d97fe0fb7f95a8a16cef5b16
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 46c166e..e3b6c19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.0.7 and 0.0.8:
+--------------------------------
+
+
Changes between 0.0.6 and 0.0.7:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index c2f1ff2..e1501f9 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="70"
- android:versionName="0.0.7" >
+ android:versionCode="80"
+ android:versionName="0.0.8" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list