On the road to 0.0.5

This commit is contained in:
Jean-Baptiste Kempf 2012-10-04 11:30:28 +02:00
parent c8ad85d99a
commit 2e34e4c129
2 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
Changes between 0.0.4 and 0.0.5:
--------------------------------
Changes between 0.0.3 and 0.0.4:
--------------------------------

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="4"
android:versionName="0.0.4" >
android:versionCode="5"
android:versionName="0.0.5" >
<uses-sdk
android:minSdkVersion="7"