aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--android/AndroidManifest.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 31013de46..315dfdb85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ver 0.19.5 (not yet released)
+ver 0.19.5 (2014/11/26)
* input
- nfs: fix crash on connection failure
* archive
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 02401c699..8625bd76e 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="8"
- android:versionName="0.19.4">
+ android:versionCode="9"
+ android:versionName="0.19.5">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>