[Android] On the road to 0.1.0

Jean-Baptiste Kempf git at videolan.org
Mon Mar 18 12:06:04 CET 2013


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 18 12:05:52 2013 +0100| [1d4230d7b01f36d1b462cb7d310fcb6554a8812b] | committer: Jean-Baptiste Kempf

On the road to 0.1.0

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

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

diff --git a/NEWS b/NEWS
index 64bbf85..cc19664 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.0.11 and 0.1.0-git:
+----------------------------------
+
+
 Changes between 0.0.10 and 0.0.11:
 ----------------------------------
 Main Application:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 2ddf274..914deb7 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="110"
-    android:versionName="0.0.11" >
+    android:versionCode="1000"
+    android:versionName="0.1.0-git" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list