diff --git a/NEWS b/NEWS index 814836df6..9e0724371 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.1 (not yet released) + ver 0.23 (2021/10/14) * protocol - new command "getvol" diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 282065123..29f2860ee 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="61" + android:versionName="0.23.1"> diff --git a/doc/conf.py b/doc/conf.py index 18bedaa37..a9d7650f5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -38,9 +38,9 @@ author = 'Max Kellermann' # built documents. # # The short X.Y version. -version = '0.23' +version = '0.23.1' # The full version, including alpha/beta/rc tags. -release = version + '~git' +#release = version + '~git' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/meson.build b/meson.build index a75ba617b..529f8a829 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23', + version: '0.23.1', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',