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 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"/>