From e25e0030e77dc5ca4a8a69f0ab21b5960b8b2303 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 1 Dec 2021 20:01:22 +0100 Subject: [PATCH] increment version number to 0.23.6 --- NEWS | 2 ++ doc/conf.py | 2 +- meson.build | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 883fffc75..4d2c4204e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23.6 (not yet released) + ver 0.23.5 (2021/12/01) * protocol - support relative offsets for "searchadd" diff --git a/doc/conf.py b/doc/conf.py index ef76748cd..971960831 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.5' +version = '0.23.6' # The full version, including alpha/beta/rc tags. #release = version + '~git' diff --git a/meson.build b/meson.build index 481270567..e1ab1f997 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.23.5', + version: '0.23.6', meson_version: '>= 0.56.0', default_options: [ 'c_std=c11',