diff --git a/NEWS b/NEWS index abf3251af..317ea0e46 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.7 (not yet released) + ver 0.23.6 (2022/03/14) * protocol - support filename "cover.webp" for "albumart" command diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 46533971c..11b375198 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="66" + android:versionName="0.23.7"> diff --git a/doc/conf.py b/doc/conf.py index 971960831..90e51ca9f 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.6' +version = '0.23.7' # The full version, including alpha/beta/rc tags. #release = version + '~git' diff --git a/meson.build b/meson.build index e1ab1f997..df5972e75 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.6', + version: '0.23.7', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',