[Android] 0.0.4 on the way

Jean-Baptiste Kempf git at videolan.org
Thu Sep 27 17:47:19 CEST 2012


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 27 17:47:07 2012 +0200| [7fa279cd1a839cfbb3606119118d37e9d02c04bc] | committer: Jean-Baptiste Kempf

0.0.4 on the way

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

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

diff --git a/NEWS b/NEWS
index 97f718c..a1f3d37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.0.3 and 0.0.4:
+--------------------------------
+
+
 Changes between 0.0.2 and 0.0.3:
 --------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index e9c03e4..9980b05 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="3"
-    android:versionName="0.0.3" >
+    android:versionCode="4"
+    android:versionName="0.0.4" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list