aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--NEWS2
-rw-r--r--android/AndroidManifest.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a9cb567d4..ee317f3cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ver 0.19.6 (not yet released)
+ver 0.19.6 (2014/12/08)
* decoder
- ffmpeg: support FFmpeg 2.5
* fix build failure with musl
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 8625bd76e..616536ab7 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd"
android:installLocation="auto"
- android:versionCode="9"
- android:versionName="0.19.5">
+ android:versionCode="10"
+ android:versionName="0.19.6">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>