diff --git a/NEWS b/NEWS index a41a5f468..f3ebb81de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.21.2 (not yet released) + ver 0.21.1 (2018/11/04) * protocol - allow escaping quotes in filter expressions diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 6489ec604..5d4a4abae 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="24" + android:versionName="0.21.2"> diff --git a/doc/conf.py b/doc/conf.py index 8019b63bd..605384ee6 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.1' +version = '0.21.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 317284c00..f5457a1f2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.1', + version: '0.21.2', meson_version: '>= 0.47.2', default_options: [ 'c_std=c99',