On the go to 0.0.4

This commit is contained in:
Jean-Baptiste Kempf 2012-09-26 17:51:21 +02:00
parent a863c44ef4
commit 38de25d38a
2 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Changes between 0.0.3 and 0.0.4:
--------------------------------
Changes between 0.0.2 and 0.0.3:
--------------------------------

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="3"
android:versionName="0.0.3" >
android:versionCode="4"
android:versionName="0.0.4" >
<uses-sdk
android:minSdkVersion="7"