[Android] Bump version number
Jean-Baptiste Kempf
git at videolan.org
Thu Jun 28 11:27:24 CEST 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 28 13:27:16 2012 +0200| [7d04e85deb9ee755eb5e2a1ad7b518a4e7706465] | committer: Jean-Baptiste Kempf
Bump version number
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=7d04e85deb9ee755eb5e2a1ad7b518a4e7706465
---
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 ad8a60e..dc888b8 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc"
- android:versionCode="1"
- android:versionName="0.0.1" >
+ android:versionCode="2"
+ android:versionName="0.0.2" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list