From 163c59128ef3182e739d83888afa1caefa8b9616 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 14 Oct 2021 15:23:13 +0200 Subject: [PATCH] release v0.23 --- NEWS | 2 +- android/AndroidManifest.xml | 4 ++-- meson.build | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index f074b47fa..814836df6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.23 (not yet released) +ver 0.23 (2021/10/14) * protocol - new command "getvol" - show the audio format in "playlistinfo" diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 8bd8ed71d..282065123 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="60" + android:versionName="0.23"> diff --git a/meson.build b/meson.build index b8f81ef28..a75ba617b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23~git', + version: '0.23', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',