[Android] On the road to 1.1.2
Edward Wang
git at videolan.org
Sat Feb 28 20:40:34 CET 2015
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Fri Feb 27 02:08:52 2015 -0800| [0d5bf176c4fcdb5d2269345b7990a8de7ae61635] | committer: Edward Wang
On the road to 1.1.2
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0d5bf176c4fcdb5d2269345b7990a8de7ae61635
---
vlc-android/AndroidManifest.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index b67f6aa..67615c4 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="01010100"
- android:versionName="1.1.1" >
+ android:versionCode="01010200"
+ android:versionName="1.1.2-git" >
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)
More information about the Android
mailing list