From 0a9bec3754445f739000bdbb4e6379607fe33f3b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 19 Oct 2021 10:29:40 +0200 Subject: [PATCH] increment version number to 0.23.2 --- NEWS | 2 ++ android/AndroidManifest.xml | 4 ++-- doc/conf.py | 2 +- meson.build | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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',