diff --git a/NEWS b/NEWS index df45c188a..b82032c82 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.14 (not yet released) + ver 0.23.13 (2023/05/22) * input - curl: fix busy loop after connection failed diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 68028d594..cbcc5f893 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="72" + android:versionName="0.23.14"> diff --git a/meson.build b/meson.build index e9925ee39..36869b5b9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.13', + version: '0.23.14', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',