increment version number to 0.23.11

This commit is contained in:
Max Kellermann 2022-10-20 19:08:50 +02:00
parent 44ef34db88
commit 8c9d7bf07e
3 changed files with 5 additions and 3 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
ver 0.23.11 (not yet released)
ver 0.23.10 (2022/10/14) ver 0.23.10 (2022/10/14)
* storage * storage
- curl: fix file time stamps - curl: fix file time stamps

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="69" android:versionCode="70"
android:versionName="0.23.10"> android:versionName="0.23.11">
<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.10', version: '0.23.11',
meson_version: '>= 0.56.0', meson_version: '>= 0.56.0',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',