diff --git a/NEWS b/NEWS index f715e3043..e0ce16000 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.2 (not yet released) + ver 0.23.1 (2021/10/19) * protocol - use decimal notation instead of scientific notation diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 29f2860ee..784da77ed 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="62" + android:versionName="0.23.2"> diff --git a/doc/conf.py b/doc/conf.py index a9d7650f5..222176837 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.1' +version = '0.23.2' # The full version, including alpha/beta/rc tags. #release = version + '~git' diff --git a/meson.build b/meson.build index 17f81ed48..a9d50c9da 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.1', + version: '0.23.2', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',