Commit fc9626e2 authored by Max Kellermann's avatar Max Kellermann Committed by Max Kellermann

increment version number to 0.23.14

parent 3bedd94f
ver 0.23.14 (not yet released)
ver 0.23.13 (2023/05/22)
* input
- curl: fix busy loop after connection failed
......
......@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd"
android:installLocation="auto"
android:versionCode="71"
android:versionName="0.23.12">
android:versionCode="72"
android:versionName="0.23.14">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
......
project(
'mpd',
['c', 'cpp'],
version: '0.23.13',
version: '0.23.14',
meson_version: '>= 0.56.0',
default_options: [
'c_std=c11',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment