[Android] On the road to 0.9.4
Jean-Baptiste Kempf
git at videolan.org
Thu Apr 17 11:18:47 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 16 18:55:16 2014 +0200| [5662713f01a53387d9e4c7fbdff90a34d7e18c07] | committer: Jean-Baptiste Kempf
On the road to 0.9.4
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=5662713f01a53387d9e4c7fbdff90a34d7e18c07
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a9c5ec7..79d6fb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.9.3 and 0.9.4-git:
+--------------------------------
+
+
Changes between 0.9.2 and 0.9.3:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 3a0f96c..6ecc184 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="9300"
- android:versionName="0.9.3" >
+ android:versionCode="9400"
+ android:versionName="0.9.4" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list