summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-10 23:49:31 +0200
committerMax Kellermann <max@duempel.org>2014-10-10 23:49:31 +0200
commit81b83bc90478ea3ae0544ae208d14e082dc65972 (patch)
tree53848fff64fa8ef720c701b2f226010030c3b940
parent2a716b7a7a4302414b4a4dfaa86c7cf18a181731 (diff)
release v0.19v0.19
-rw-r--r--NEWS2
-rw-r--r--android/AndroidManifest.xml4
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e5cc341d0..188afe092 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ver 0.19 (not yet released)
+ver 0.19 (2014/10/10)
* protocol
- new commands "addtagid", "cleartagid", "listfiles", "listmounts",
"listneighbors", "mount", "rangeid", "unmount"
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 1a65d4f64..ae8ce0e02 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="5"
- android:versionName="0.19~git5">
+ android:versionCode="6"
+ android:versionName="0.19">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>
diff --git a/configure.ac b/configure.ac
index c7fa6d1c7..dfc27e930 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.19~git, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.19, musicpd-dev-team@lists.sourceforge.net)
VERSION_MAJOR=0
VERSION_MINOR=19