From 9f57732af2c2f587b5262bcf3a9119f068476a40 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 14 Oct 2020 12:08:47 +0200 Subject: [PATCH] meson.build: increment version to 0.23~git The new stable branch v0.22.x was forked off and is feature-frozen, so the "master" branch will become the next major version eventually. --- NEWS | 2 ++ meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e654211b3..834d89afe 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.23 (not yet released) + ver 0.22.1 (not yet released) * output - alsa: don't deadlock when the ALSA driver is buggy diff --git a/meson.build b/meson.build index 464ea81c9..6ecaf42c3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.22.1', + version: '0.23~git', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99',