diff --git a/NEWS b/NEWS index 47b6ff01d..71e2eb381 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.21.22 (not yet released) + ver 0.21.21 (2020/03/19) * configuration - fix bug in "metadata_to_use" setting diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 83286b0b7..6de3d89eb 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="45" + android:versionName="0.21.22"> diff --git a/doc/conf.py b/doc/conf.py index a0d4b393f..f70f7b890 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.21.21' +version = '0.21.22' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index d6d0412ec..07f437627 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.21', + version: '0.21.22', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99',