[Android] On the road to 0.1.0
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 27 11:03:57 CET 2013
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 27 11:03:48 2013 +0100| [2c79b47958f465d68cafef8ba301554f437c8038] | committer: Jean-Baptiste Kempf
On the road to 0.1.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2c79b47958f465d68cafef8ba301554f437c8038
---
NEWS | 4 ++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index f03dcf3..9ef7aec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 0.0.9 and 0.1.0:
+--------------------------------
+
+
Changes between 0.0.8 and 0.0.9:
--------------------------------
Core:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 84ef345..0ed3f44 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="90"
- android:versionName="0.0.9" >
+ android:versionCode="100"
+ android:versionName="0.1.0" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list