increment version number to 0.23.13

This commit is contained in:
Max Kellermann 2023-05-21 20:29:23 +02:00 committed by Max Kellermann
parent d91da96798
commit 258830e913
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
ver 0.23.13 (not yet released)
ver 0.23.12 (2023/01/17)
* input
- curl: require CURL 7.55.0 or later

View File

@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
version: '0.23.12',
version: '0.23.13',
meson_version: '>= 0.56.0',
default_options: [
'c_std=c11',