From 3a79c3e83398fd8882fb80cffb7d7ddf267b1eee Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Dec 2023 18:23:16 +0100 Subject: [PATCH] increment version number to 0.26 --- NEWS | 2 ++ meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 994109b..1fcdfb6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +mpdscribble 0.26 - not yet released + mpdscribble 0.25 - (2023-12-11) * fall back to "album artist" tag if there is no "artist" tag * fix inverted "verbose" setting diff --git a/meson.build b/meson.build index 98c0dc2..76ca8a9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mpdscribble', 'cpp', - version: '0.25', + version: '0.26', meson_version: '>= 0.47', default_options: [ 'cpp_std=c++2a',