increment version number to 0.23.13
This commit is contained in:
parent
d91da96798
commit
258830e913
2
NEWS
2
NEWS
|
@ -1,3 +1,5 @@
|
||||||
|
ver 0.23.13 (not yet released)
|
||||||
|
|
||||||
ver 0.23.12 (2023/01/17)
|
ver 0.23.12 (2023/01/17)
|
||||||
* input
|
* input
|
||||||
- curl: require CURL 7.55.0 or later
|
- curl: require CURL 7.55.0 or later
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'mpd',
|
'mpd',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version: '0.23.12',
|
version: '0.23.13',
|
||||||
meson_version: '>= 0.56.0',
|
meson_version: '>= 0.56.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
|
|
Loading…
Reference in New Issue