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.
This commit is contained in:
Max Kellermann 2020-10-14 12:08:47 +02:00
parent 329382c1da
commit 9f57732af2
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -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

View File

@ -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',