[Android] On the road to 0.2.0
Jean-Baptiste Kempf
git at videolan.org
Fri Jul 26 19:28:09 CEST 2013
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 26 19:27:58 2013 +0200| [2f645f02c49f128bfa0f2281f6a2133518f9ba6b] | committer: Jean-Baptiste Kempf
On the road to 0.2.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2f645f02c49f128bfa0f2281f6a2133518f9ba6b
---
NEWS | 2 +-
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 9d65b7e..c05a353 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 0.1.2 and 0.1.3-git:
+Changes between 0.1.2 and 0.2.0-git:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 5474fcd..2a80995 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="1300"
- android:versionName="0.1.3-git" >
+ android:versionCode="2000"
+ android:versionName="0.2.0-git" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list