[Android] Prepare a 1.4.99 as a pre-1.5.0

Jean-Baptiste Kempf git at videolan.org
Fri Jul 3 15:11:56 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul  3 15:11:42 2015 +0200| [be2c2d4bb5037ce6b463da79a6917f06f8c937a3] | committer: Jean-Baptiste Kempf

Prepare a 1.4.99 as a pre-1.5.0

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

 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 68d4ee2..e7a2550 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="01050000"
-    android:versionName="1.5.0" >
+    android:versionCode="01049900"
+    android:versionName="1.4.99" >
     <!--
          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