[Android] On the road to 0.1.2

Edward Wang git at videolan.org
Fri May 24 02:59:29 CEST 2013


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Thu May 23 20:59:23 2013 -0400| [579e9bce50376b87bc66e92b66b600b1211dabe2] | committer: Edward Wang

On the road to 0.1.2

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

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

diff --git a/NEWS b/NEWS
index 7cee1a1..7d3cbb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
+Changes between 0.1.1 and 0.1.2-git:
+--------------------------------
+
+
+
+
 Changes between 0.1.0 and 0.1.1:
 --------------------------------
 
+Core:
 * Fix numerous crashes and error paths
 
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 4a262a3..f39baf6 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="1100"
-    android:versionName="0.1.1" >
+    android:versionCode="1200"
+    android:versionName="0.1.2-git" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list