[Android] On the road to 0.0.5

Jean-Baptiste Kempf git at videolan.org
Thu Oct 4 11:30:58 CEST 2012


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct  4 11:30:28 2012 +0200| [2e34e4c129d6ef9a437cd3ea312a620260abda49] | committer: Jean-Baptiste Kempf

On the road to 0.0.5

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

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

diff --git a/NEWS b/NEWS
index 10ed305..8776795 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 0.0.4 and 0.0.5:
+--------------------------------
+
 Changes between 0.0.3 and 0.0.4:
 --------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 5faebe2..f2ceaaf 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="4"
-    android:versionName="0.0.4" >
+    android:versionCode="5"
+    android:versionName="0.0.5" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list