increment version number to 0.23.16
This commit is contained in:

committed by
Max Kellermann

parent
b8bfc98618
commit
8780db5ee8
2
NEWS
2
NEWS
@@ -1,3 +1,5 @@
|
|||||||
|
ver 0.23.16 (not yet released)
|
||||||
|
|
||||||
ver 0.23.15 (2023/12/20)
|
ver 0.23.15 (2023/12/20)
|
||||||
* decoder
|
* decoder
|
||||||
- ffmpeg: fix build failure with FFmpeg 6.1
|
- ffmpeg: fix build failure with FFmpeg 6.1
|
||||||
|
@@ -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="73"
|
android:versionCode="74"
|
||||||
android:versionName="0.23.15">
|
android:versionName="0.23.16">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30"/>
|
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30"/>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
project(
|
project(
|
||||||
'mpd',
|
'mpd',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version: '0.23.15',
|
version: '0.23.16',
|
||||||
meson_version: '>= 0.56.0',
|
meson_version: '>= 0.56.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
|
Reference in New Issue
Block a user