From e77b3fa46f2aca1dc237e17d39eee9b90b830813 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 6 Sep 2022 20:20:58 +0200 Subject: [PATCH] increment version number to 0.23.10 --- 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 38f41db10..e6599e05e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.10 (not yet released) + ver 0.23.9 (2022/08/18) * input - cdio_paranoia: add options "mode" and "skip" diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 3586de703..33c51c4da 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="69" + android:versionName="0.23.10"> diff --git a/doc/conf.py b/doc/conf.py index 59f705e8d..0c50cecb7 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.9' +version = '0.23.10' # The full version, including alpha/beta/rc tags. #release = version + '~git' diff --git a/meson.build b/meson.build index 22f8c466c..a7ab0fa16 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.9', + version: '0.23.10', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',