increment version number to 0.23.17

This commit is contained in:
Max Kellermann
2025-01-28 18:12:32 +01:00
parent 5de0909ae5
commit 8dcd6ea2b4
3 changed files with 6 additions and 3 deletions

3
NEWS
View File

@@ -1,3 +1,6 @@
ver 0.23.17 (not yet released)
* support libfmt 11.1
ver 0.23.16 (2024/12/03) ver 0.23.16 (2024/12/03)
* database * database
- fix integer overflows with 64-bit inode numbers - fix integer overflows with 64-bit inode numbers

View File

@@ -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="74" android:versionCode="75"
android:versionName="0.23.16"> android:versionName="0.23.17">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30"/> <uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30"/>

View File

@@ -1,7 +1,7 @@
project( project(
'mpd', 'mpd',
['c', 'cpp'], ['c', 'cpp'],
version: '0.23.16', version: '0.23.17',
meson_version: '>= 0.56.0', meson_version: '>= 0.56.0',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',