release v0.19
This commit is contained in:
parent
2a716b7a7a
commit
81b83bc904
2
NEWS
2
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"
|
||||
|
|
|
@ -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"/>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue