Commit 7a939746 authored by Max Kellermann's avatar Max Kellermann

increment version number to 0.23.15

parent feac1a3f
ver 0.23.15 (not yet released)
ver 0.23.14 (2023/10/08)
* decoder
- flac: fix scanning files with non-ASCII names on Windows
......
......@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd"
android:installLocation="auto"
android:versionCode="72"
android:versionName="0.23.14">
android:versionCode="73"
android:versionName="0.23.15">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30"/>
......
project(
'mpd',
['c', 'cpp'],
version: '0.23.14',
version: '0.23.15',
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