diff --git a/NEWS b/NEWS index d7d67b36c..9f76aaffb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.3 (not yet released) + ver 0.23.2 (2021/10/22) * protocol - fix "albumart" timeout bug diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 784da77ed..37c5cc8fa 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="63" + android:versionName="0.23.3"> diff --git a/doc/conf.py b/doc/conf.py index 222176837..f7e8a8606 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.2' +version = '0.23.3' # The full version, including alpha/beta/rc tags. #release = version + '~git' diff --git a/meson.build b/meson.build index 9f2edf35b..98fa5c037 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.2', + version: '0.23.3', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',