summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-19 01:03:17 +0200
committerMax Kellermann <max@duempel.org>2014-10-19 01:03:17 +0200
commit97a1a041162b9bcbaca1a18d5527390fd60c874a (patch)
tree1caa59c7cf4f3b1d44f81c8d562f94d04a0812cb
parent493cd866f1d8c26b69c603524f2d69ecde68f8ed (diff)
release v0.19.1v0.19.1
-rw-r--r--NEWS2
-rw-r--r--android/AndroidManifest.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 773055d32..5a24844b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ver 0.19.1 (not yet released)
+ver 0.19.1 (2014/10/19)
* input
- mms: fix deadlock bug
* playlist
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index ae8ce0e02..e0aef7757 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="6"
- android:versionName="0.19">
+ android:versionCode="7"
+ android:versionName="0.19.1">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>