diff --git a/NEWS b/NEWS index a5581adba..ab21d0157 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.5 (not yet released) + ver 0.23.4 (2021/11/11) * protocol - add optional position parameter to "searchaddpl" diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index c46079dc5..c375aa58b 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="65" + android:versionName="0.23.5"> diff --git a/doc/conf.py b/doc/conf.py index a65fc98b5..32e239367 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -38,7 +38,7 @@ author = 'Max Kellermann' # built documents. # # The short X.Y version. -version = '0.23.4' +version = '0.23.5' # The full version, including alpha/beta/rc tags. #release = version + '~git' diff --git a/meson.build b/meson.build index ac65fcaec..39126836f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.4', + version: '0.23.5', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',