[Android] On the road to 0.1.1

Edward Wang git at videolan.org
Sun May 19 04:13:28 CEST 2013


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sat May 18 22:11:44 2013 -0400| [99af5a4bb7db15b828ef973dc9b0e2bf4519ae5b] | committer: Edward Wang

On the road to 0.1.1

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

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

diff --git a/NEWS b/NEWS
index aa61c8d..18fbc2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 0.1.0 and 0.1.1-git:
+---------------------------------
+
+
+
 Changes between 0.0.11 and 0.1.0:
 ---------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index ef775b8..eb1a806 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="1000"
-    android:versionName="0.1.0" >
+    android:versionCode="1100"
+    android:versionName="0.1.1-git" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list