release v0.23
This commit is contained in:
parent
608896571c
commit
163c59128e
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
ver 0.23 (not yet released)
|
||||
ver 0.23 (2021/10/14)
|
||||
* protocol
|
||||
- new command "getvol"
|
||||
- show the audio format in "playlistinfo"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.musicpd"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="59"
|
||||
android:versionName="0.22.11">
|
||||
android:versionCode="60"
|
||||
android:versionName="0.23">
|
||||
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'mpd',
|
||||
['c', 'cpp'],
|
||||
version: '0.23~git',
|
||||
version: '0.23',
|
||||
meson_version: '>= 0.56.0',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
|
|
Loading…
Reference in New Issue