diff --git a/NEWS b/NEWS index b6e6dff7b..4e35fd90a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.21.21 (not yet released) + ver 0.21.20 (2020/02/16) * decoder - audiofile, ffmpeg, sndfile: handle MIME type "audio/wav" diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index a7ea8a550..83286b0b7 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="44" + android:versionName="0.21.21"> diff --git a/doc/conf.py b/doc/conf.py index 836c2b58c..a0d4b393f 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.20' +version = '0.21.21' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 49bb534c9..d6d0412ec 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.20', + version: '0.21.21', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99',