increment version number to 0.23.15

This commit is contained in:
Max Kellermann 2023-11-21 20:32:39 +01:00
parent feac1a3f56
commit 7a939746ae
3 changed files with 5 additions and 3 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
ver 0.23.15 (not yet released)
ver 0.23.14 (2023/10/08) ver 0.23.14 (2023/10/08)
* decoder * decoder
- flac: fix scanning files with non-ASCII names on Windows - flac: fix scanning files with non-ASCII names on Windows

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="72" android:versionCode="73"
android:versionName="0.23.14"> android:versionName="0.23.15">
<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.14', version: '0.23.15',
meson_version: '>= 0.56.0', meson_version: '>= 0.56.0',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',