[Android] On the road to 1.0.0

Jean-Baptiste Kempf git at videolan.org
Fri Sep 5 22:11:23 CEST 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Sep  5 22:05:33 2014 +0200| [a016c51fd07b959ce6332d142cb11b306738d69c] | committer: Jean-Baptiste Kempf

On the road to 1.0.0

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

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

diff --git a/NEWS b/NEWS
index 6f5fe07..a06f8e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.9.9 and 1.0.0-git:
+--------------------------------
+
+
 Changes between 0.9.8 and 0.9.9:
 --------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index dc19e0e..dd2e2b5 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="9900"
-    android:versionName="0.9.9" >
+    android:versionCode="9999"
+    android:versionName="1.0.0-git" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list