From 6484af472b83a512e559616d44261526e62cc955 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Nov 2020 16:14:25 +0100 Subject: [PATCH] increment version number to 0.22.3 --- NEWS | 5 ++++- doc/conf.py | 2 +- meson.build | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7781f6e9a..bb0190284 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +ver 0.22.3 (not yet released) +* playlist + - add option "as_directory", making CUE file expansion optional + ver 0.22.2 (2020/10/28) * database - simple: purge songs and virtual directories for unavailable plugins @@ -6,7 +10,6 @@ ver 0.22.2 (2020/10/28) - qobuz/tidal: fix protocol errors due to newlines in error messages - smbclient: disable by default due to libsmbclient crash bug * playlist - - add option "as_directory", making CUE file expansion optional - soundcloud: fix protocol errors due to newlines in error messages * state_file: save on shutdown diff --git a/doc/conf.py b/doc/conf.py index fb9443dd3..2df29d071 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.22.2' +version = '0.22.3' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 409f7b3c7..e0df9d4d2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.22.2', + version: '0.22.3', meson_version: '>= 0.49.0', default_options: [ 'c_std=c11',