From 8c9d7bf07ef9e48edad534e780836da19af88948 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 20 Oct 2022 19:08:50 +0200 Subject: [PATCH] increment version number to 0.23.11 --- NEWS | 2 ++ android/AndroidManifest.xml | 4 ++-- meson.build | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 40408061c..1757244d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.11 (not yet released) + ver 0.23.10 (2022/10/14) * storage - curl: fix file time stamps diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 33c51c4da..41320212f 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="70" + android:versionName="0.23.11"> diff --git a/meson.build b/meson.build index e02b06971..c7cb2d74f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.10', + version: '0.23.11', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',