diff --git a/NEWS b/NEWS index 40408061c..1757244d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.11 (not yet released) + ver 0.23.10 (2022/10/14) * storage - curl: fix file time stamps diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 33c51c4da..41320212f 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="70" + android:versionName="0.23.11"> diff --git a/meson.build b/meson.build index e02b06971..c7cb2d74f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.10', + version: '0.23.11', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',