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:
parent
329382c1da
commit
9f57732af2
2
NEWS
2
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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue