Commit 81b83bc9 authored by Max Kellermann's avatar Max Kellermann

release v0.19

parent 2a716b7a
ver 0.19 (not yet released) ver 0.19 (2014/10/10)
* protocol * protocol
- new commands "addtagid", "cleartagid", "listfiles", "listmounts", - new commands "addtagid", "cleartagid", "listfiles", "listmounts",
"listneighbors", "mount", "rangeid", "unmount" "listneighbors", "mount", "rangeid", "unmount"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd" package="org.musicpd"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="5" android:versionCode="6"
android:versionName="0.19~git5"> android:versionName="0.19">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/> <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>
......
AC_PREREQ(2.60) 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_MAJOR=0
VERSION_MINOR=19 VERSION_MINOR=19
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment