increment version number to 0.23.14

This commit is contained in:
Max Kellermann 2023-06-02 14:15:14 +02:00 committed by Max Kellermann
parent 3bedd94fc8
commit fc9626e2f4
3 changed files with 5 additions and 3 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
ver 0.23.14 (not yet released)
ver 0.23.13 (2023/05/22) ver 0.23.13 (2023/05/22)
* input * input
- curl: fix busy loop after connection failed - curl: fix busy loop after connection failed

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="71" android:versionCode="72"
android:versionName="0.23.12"> android:versionName="0.23.14">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>

View File

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