[Android] On the road to 0.9.2
Edward Wang
git at videolan.org
Mon Apr 7 05:04:08 CEST 2014
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Apr 6 23:04:01 2014 -0400| [3feb2bf9cf4ea96ce54e53bece2c587e36b7e6d4] | committer: Edward Wang
On the road to 0.9.2
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3feb2bf9cf4ea96ce54e53bece2c587e36b7e6d4
---
NEWS | 5 +++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 64e4405..a314b4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 0.9.1 and 0.9.2-git:
+--------------------------------
+
+
+
Changes between 0.9.0 and 0.9.1:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 96a63e0..1d41312 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="9100"
- android:versionName="0.9.1" >
+ android:versionCode="9199"
+ android:versionName="0.9.2-git" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list